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

Feature: Connect & Query multiple DBs #4577

Open
Jonarod opened this issue Nov 30, 2024 · 0 comments
Open

Feature: Connect & Query multiple DBs #4577

Jonarod opened this issue Nov 30, 2024 · 0 comments
Labels
feature New features or missing components of existing features

Comments

@Jonarod
Copy link

Jonarod commented Nov 30, 2024

API

Python

Description

Would love to see the ability to connect to & query multiple DBs at the same time.

It would allow to:

  1. Have the flexibility to design graphs as separated as needed. Instead of designing DBs as 1 big graph, we could start thinking graphs as standalone DBs.
  2. Split one DB into multiple DBs, while still having the possibility to query all the DBs as 1 whole.
  3. Help introduce some level of "role based user access" patterns, by having one DB per user for example, and let the application layer route transactions to the relevant DB for this user. (or all sorts of logical separation of concerns)
  4. Help with scaling and load balancing: we could easily deploy DBs across multiple nodes/servers
@Jonarod Jonarod added the feature New features or missing components of existing features label Nov 30, 2024
@prrao87 prrao87 pinned this issue Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or missing components of existing features
Projects
None yet
Development

No branches or pull requests

1 participant