A mock data governance application (think: Collibra) for testing and development purposes.
This server provides a complete data governance model with Business, Logical, and Technical data objects, along with a REST API.
Describes data in business terms with business-friendly definitions and ownership information.
Provides a 1-to-1 mapping from business logic to technical implementation, bridging the gap between business and technical views.
Represents the physical storage in PostgreSQL database with actual table and column definitions.
Access the REST API at the following endpoints:
GET /api/v2/assets - List all assetsGET /api/v2/assets/{assetId} - Get specific assetGET /api/v2/domains - List all domainsGET /api/v2/relations - List all relationshipsGET /health - Health check