John Joyce 711ac49c0a
feat(docs): Adding models + APIs for context base V1 (#15280)
Co-authored-by: cclaude-session <cclaude@users.noreply.github.com>
Co-authored-by: John Joyce <john@Mac-9122.lan>
Co-authored-by: John Joyce <john@ip-192-168-1-63.us-west-2.compute.internal>
Co-authored-by: John Joyce <john@Mac-327.lan>
Co-authored-by: John Joyce <john@Johns-MacBook-Pro.local>
Co-authored-by: John Joyce <john@ip-192-168-0-210.us-west-2.compute.internal>
Co-authored-by: Aseem Bansal <asmbansal2@gmail.com>
2025-11-19 11:00:29 -08: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.).