top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Front-end interface to access MongoDB back-end

0 votes
185 views

I need to access a MongoDB using a browser-based front-end or a front-end similar to that of Compass but with more features, that is, a front-end that would present the MongoDB fields to the user in a friendlier manner. Would anyone know of a RAD that would allow for a quick development of such front-end?

The MongoDB contains documents describing projects, each project is a document in the db and in this first phase, I need to enable users to view project details as needed and search for specific fields of projects.

posted Apr 10, 2018 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

I am looking for a performance optimized RESTful interface to MongoDB. Ideally, the RESTful interface must be exposed by the mongod process itself.

I have looked into the various options documented at the MongoDB website, but none of them suits me. For example, I do not want to run a separate RESTful interface server on top of MongoDB.

I must be able to access MongoDB using RESTful, using a C++ RESTful client driver.

It would be great if anybody could help me out with some good information.

Thanks!

+1 vote

I generated some GridFs data on local MongoDB but I want to export these files only to production MongoDB.
I just have uploadtime field to query these files. Is there some option in Export to JSON by mongoexport both files and chunks after time stamp.

...