Skip to content

devantler-tech/data-product

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Product ⬡

codecov

concept

This repo contains a Data Product as defined by Zhamak Dehghani in the Book Data Mesh. A data product is the central unit of the data mesh, and operates as a service that provides dedicated data storage, data processing, data discovery-, and data governance- tooling for a specific domain model. In this context, a domain model is the schema of some data that covers a concrete domain, e.g. Accounts, Books, Authors etc.

The data product is built to support most cloud providers and provisioning tools by being built as a container.

Show/hide folder structure
.
├── .github
│   └── workflows
├── .vscode
├── src
│   ├── Devantler.DataProduct
│   │   ├── Features
│   │   │   ├── Apis
│   │   │   │   ├── GraphQL
│   │   │   │   ├── Rest
│   │   │   │   │   └── Controllers
│   │   │   │   └── gRPC
│   │   │   ├── Auth
│   │   │   ├── Caching
│   │   │   │   ├── Extensions
│   │   │   │   └── Services
│   │   │   ├── Configuration
│   │   │   ├── Dashboard
│   │   │   │   └── UI
│   │   │   │       ├── Components
│   │   │   │       ├── Layouts
│   │   │   │       └── Pages
│   │   │   ├── DataCatalog
│   │   │   │   └── Services
│   │   │   │       └── DataHubClient
│   │   │   │           ├── Extensions
│   │   │   │           ├── Helpers
│   │   │   │           └── Models
│   │   │   │               ├── Aspects
│   │   │   │               │   └── SchemaMetadata
│   │   │   │               │       └── PlatformSchemas
│   │   │   │               └── Entities
│   │   │   ├── DataStore
│   │   │   │   ├── Entities
│   │   │   │   ├── Repositories
│   │   │   │   └── Services
│   │   │   ├── Inputs
│   │   │   │   ├── JsonConverters
│   │   │   │   └── Services
│   │   │   ├── Mapping
│   │   │   ├── Outputs
│   │   │   │   └── Services
│   │   │   ├── SchemaRegistry
│   │   │   ├── Schemas
│   │   │   ├── Telemetry
│   │   │   │   ├── Logging
│   │   │   │   ├── Metrics
│   │   │   │   └── Tracing
│   │   │   ├── Validation
│   │   │   └── Webhooks
│   │   ├── Properties
│   │   ├── assets
│   │   │   ├── input
│   │   │   └── schemas
│   │   └── wwwroot
│   │       └── css
│   ├── Devantler.DataProduct.Configuration
│   │   ├── Extensions
│   │   └── Options
│   │       ├── Apis
│   │       ├── Auth
│   │       ├── CacheStore
│   │       ├── Dashboard
│   │       ├── DataCatalog
│   │       ├── DataStore
│   │       │   ├── NoSQL
│   │       │   └── SQL
│   │       ├── FeatureFlags
│   │       ├── Inputs
│   │       ├── Outputs
│   │       ├── SchemaRegistry
│   │       │   └── Providers
│   │       └── Telemetry
│   ├── Devantler.DataProduct.Generator
│   │   ├── Extensions
│   │   ├── IncrementalGenerators
│   │   └── Models
│   └── Devantler.SchemaRegistry.Client
│       └── Models
└── tests
    ├── Devantler.DataProduct.Configuration.Tests.Unit
    └── Devantler.DataProduct.Generator.Tests.Unit
        ├── IncrementalGenerators
        │   ├── AutoMapperProfileGeneratorTests
        │   ├── CachingStartupExtensionsGeneratorTests
        │   ├── DataStoreServiceGeneratorTests
        │   ├── DataStoreStartupExtensionsGeneratorTests
        │   ├── DbContextGeneratorTests
        │   ├── EntitiesGeneratorTests
        │   ├── GraphQlQueryGeneratorTests
        │   ├── InputsStartupExtensionsGeneratorTests
        │   ├── OutputsStartupExtensionsGeneratorTests
        │   ├── RepositoryGeneratorTests
        │   ├── RestBulkControllerGeneratorTests
        │   ├── RestControllerGeneratorTests
        │   └── SchemaGeneratorTests
        └── assets
            └── schemas

98 directories

Prerequisites

  • .NET 7.0+

Optionally the following infrastructure:

  • Kafka
  • Kafka Schema Registry
  • Jaeger
  • Grafana
  • Prometheus
  • Elasticsearch
  • Redis
  • LinkedIn DataHub
  • PostgreSQL
  • Keycloak

About

No description or website provided.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages