mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-08 07:23:34 +00:00
6 lines
297 B
Markdown
6 lines
297 B
Markdown
# 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.).
|