mongo-explorer
MongoDB online query runner. Delivers data in REST, CSV and HTML-table formats.
The explorer is hosted here: www.mongo-explorer.com.
The user inrterface is designed to be self-descriptive. If it is not, please, create an issue.
Technologies
Mongo-exploprer stays on nodejs, mongodb and angularjs.
How to Host
- Install nodejs and npm
- Set environment variables:
APP_SESSION_SECRET - any string
APP_TELEMETRY_DB - connection string to a Mongo DB, with write permissions
- Run commands:
npm install
node server.js
How to Run Tests
- Set environment variables like for hosting plus:
APP_TEST_DB - connection string to a Mongo DB, with write permissions
- Run 'node test.js'