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] What would it take to get write support enabled? #389

Open
GavinRay97 opened this issue Aug 28, 2022 · 2 comments
Open

[FEATURE] What would it take to get write support enabled? #389

GavinRay97 opened this issue Aug 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@GavinRay97
Copy link
Contributor

Just curious -- I'm sure it's a decent chunk of work but I have a usecase for this, and if I'm capable of implementing it, I may give it a shot.

@GavinRay97 GavinRay97 added the enhancement New feature or request label Aug 28, 2022
@birschick-bq
Copy link
Contributor

birschick-bq commented Aug 29, 2022

@GavinRay97

Welcome back!

Great to hear you are interested in this feature.

I have limited time to devote to this feature, at the moment, but I can definitely help you along with the task.

I would suggest splitting the task into (at least) three parts : delete, update, insert.

DELETE and UPDATE deal with existing documents in the database and should be more straight forward. However, INSERT may require more design work to ensure the document handles the _id possibilities as well as any necessary type coercions.

Should you need a roadmap or some breadcrumbs to guide you, please let us know and we can jump in to help.

Bruce

@GavinRay97
Copy link
Contributor Author

Thanks for the overview Bruce!

Before I ask you to spend time on a roadmap, let me look over the current architecture + do my due diligence 👍

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

No branches or pull requests

2 participants