In-Memory
In-Memory Services
The simplest data store to set up is an in-memory one, as it does not require external database setup. It only stores Maps, but it can be wrapped in a TypedService
.
Next Up...
Learn how to implement your own custom services.
Last updated