-
Notifications
You must be signed in to change notification settings - Fork 192
Available Storages
Sergiu Ciumac edited this page Apr 3, 2024
·
2 revisions
-
InMemoryModelService
- useful for testing and applications that don't require persistent storage. The ability to serialize theInMemoryModelService
was added to aid testing. - Emy - recommended storage. You can read more about it here.
- Solr - deprecated in favor of Emy. Source code available here.
- MSSQL - deprecated in favor of Emy. Source code available here.