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

dynamic database name #807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

man-of-fox
Copy link

@man-of-fox man-of-fox commented May 19, 2021

Feature: database name can be dynamicaly provided as string oder context variable on "mongo in" and "mongo out"

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Proposed changes

missing feature to provide database name optionaly as context variable for example to use req.headers.host (without port) as database name. With that you can use same application with diferent data backends definded by query parameter, post data or in my case with domain name.

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • I have run grunt to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

Feature: database name can be dynamicaly provided as string oder context variable on "mongo in" and "mongo out"
@hardillb
Copy link
Member

Do you have a link to where this change was discussed (Slack or Forum)?

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.

None yet

2 participants