Chakru 660a4efa5f
MCL Generation via CDC (#14824)
Co-authored-by: David Leifker <david.leifker@acryl.io>
2025-10-01 18:23:31 -05:00
..
2025-10-01 18:23:31 -05:00

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.).