mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-06 05:43:44 +00:00
Co-authored-by: John Joyce <john@ip-192-168-1-63.us-west-2.compute.internal> Co-authored-by: Andrew Sikowitz <andrew.sikowitz@acryl.io>
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.).