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

WIP: multiple database services #2758

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sleidig
Copy link
Member

@sleidig sleidig commented Dec 27, 2024

closes #2746

Open TODOs:

  • Proxy or Resolver? (check usage of Database service in other services)
  • implement initialization of DBs in DatabaseResolver
  • fix problems during bootstrap already accessing DBs
  • rework sync
  • ...
  • update architecture diagram in final version (from GoogleDrive)

Copy link
Contributor

Deployed to https://pr-2758.aam-digital.net/

@sleidig sleidig force-pushed the feat/database-service-config branch from 449e9b7 to 25868e2 Compare January 7, 2025 20:51
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Comment on lines +51 to +52
// TODO: is it enough to destroy the default DB or could other DBs also be affected?
await this.dbResolver.getDatabase().destroy();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TO DISCUSS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adapt EntityMapper / DatabaseService to sync + access different CouchDBs ("notification_xxx" as well as "app")
1 participant