Development
BSON
BSON [bee · sahn], short for Binary JSON, is a binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays within other documents and arrays. BSON also contains extensions that allow representation of data types that are not part of the JSON spec. For example, BSON has Leggi tutto…
Development
Widestage BI
Lightweight Business Intelligence tool for reporting mongodb, postgresql, Mysql, & MS sql data https://github.com/widestage/widestage
Development
bitnami-docker-mongodb-sharded
https://github.com/bitnami/bitnami-docker-mongodb-sharded $ docker run -it -d \ –name=mongo-shard \ –restart=always \ -v /data/volumes/mongo-shard:/bitnami/mongodb \ bitnami/mongodb-sharded:latest
Development
dbKoda – MongoDB admin tool
dbKoda’s rich code editor allows you to compose MongoDB queries and scripts with syntax highlighting, auto-complete and code formatting. View output in foldable JSON, tabular format or as a chart. Generate visual explain plans with a single click. The explain plan viewer will suggest indexes that may improve performance, and provide one-button creation of those indexes. Leggi tutto…