Compass as a WebApp

-
Алексей commented
I'm also interested in this feature.
We have our product's admin panel and there are links to the mongodb admin panel.
So I can open a specific mongodb document by a direct link.
The only downside of the current approach is that Compass is better than the third-party solution which we are using now. -
Neelakantan commented
Hi Andrew,
Thanks for your feedback.
Yes I have been using Atlas for the past one year and it provides an intuitive UI for managing everything under a single place.
What I had in mind was a web based client for accessing your local MongoDB instances as well. Compass is great, but it is an installable software which comes with platform dependency. I was imagining something like a service which we can run on our system and use the web client on the go (just like kibana).
Thanks
-
Hi Neelakantan,
Have you seen both the data explorer (found under the "Collections" button on the Atlas cluster) which offers a query browser and aggregation pipeline builder, and MongoDB Charts which offers beautiful native visualizations on top of data in your MongoDB Atlas clusters?
Cheers
-Andrew -
Neelakantan commented
Compass as a web client will make it more flexible for using it in a platform independent manner. I am imagining something similar to ES kibana which can be just extracted and started on the go as a stand alone service.