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

MongoDB support #112

Open
9 tasks
Blankll opened this issue Oct 6, 2024 · 0 comments
Open
9 tasks

MongoDB support #112

Blankll opened this issue Oct 6, 2024 · 0 comments

Comments

@Blankll
Copy link
Member

Blankll commented Oct 6, 2024

features

new connection

  • When the user clicks Add New Connection, the popup page should list two items ElasticSearch and MongoDB with their logo
  • When the user clicks ElasticSearch, it should route to the current connection page to let the user input connection info for ElasticSearch
  • When the user clicks MongoDB, it should route to MongoDB connection page
  • Implement MongoDB connection page to input, verify, and store MongoDB connection info
  • After the user clicks confirm, the MongoDB connection should be listed in the connection list with the ElasticSearch connection together, connections are differentiated by their logos

connections manage

  • implement edit connection for MongoDB
  • implement remove connection for MongoDB

query editor

  • Create a new MongoDB query editor based on monaco-editor
  • When the user clicks to connect the MongoDB instance, MongoDB query editor should show in the right panel with some useful sample queries

auto-completion

auto-completion to be covered in another ticket

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

No branches or pull requests

1 participant