mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-30 03:18:24 +00:00
Allow the ability to now nest domains underneath other domains. This should work much like the business glossary where you can add domains underneath other domains, move domains underneath other domains or at the root, and navigate domains using a nice new navigator.
Service Layer
Module to abstract away business logic from implementation specific libraries to make them lighter weight from a dependency perspective. Service classes should be here unless they require direct usage of implementation specific libraries (i.e. ElasticSearch, Ebean, Neo4J, etc.).