Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement blog storage with database #11

Open
cokeSchlumpf opened this issue Nov 5, 2019 · 0 comments
Open

Implement blog storage with database #11

cokeSchlumpf opened this issue Nov 5, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@cokeSchlumpf
Copy link
Member

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.

@cokeSchlumpf cokeSchlumpf added enhancement New feature or request good first issue Good for newcomers labels Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant