You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only implementation of src/main/domain/ports/BlogRepository.ts is src/main/adapters/InMemoryBlogRepository.ts which keeps all data in-memory. For higher scalability, and to keep all registered blogs the interface should be implemented with a database backend (e.g. cloudant, mongo, ...); Any db which is available as cloud service, in best case on IBM Cloud iis good.
The text was updated successfully, but these errors were encountered:
Currently, the only implementation of
src/main/domain/ports/BlogRepository.ts
issrc/main/adapters/InMemoryBlogRepository.ts
which keeps all data in-memory. For higher scalability, and to keep all registered blogs the interface should be implemented with a database backend (e.g. cloudant, mongo, ...); Any db which is available as cloud service, in best case on IBM Cloud iis good.The text was updated successfully, but these errors were encountered: