Socket
Socket
Sign inDemoInstall

mongo-table-admin

Package Overview
Dependencies
96
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mongo-table-admin

Admin interface for mongo. Work with documents as table rows. Integrates Handsontables, Pivottable, Visual Query.


Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Install size
93.3 MB
Created
Weekly downloads
 

Readme

Source

mongo-table-admin (MTA)

Admin interface for mongo. Work with documents as table rows. Integrates Handsontable - great inline edit tool, and Pivottable - data discovery and analisys tool.

js-standard-style downloads npm

why

For me, data collection is usually not just a valid json. You can say I'm an old style, but I'd like to understand data structure, trends, clusters etc. Thats what pivot is about. And second thing, I like to fix data easyly when I see small problems. Not like a SQL query, but inlide edit - just like Excel table.

If you are looking for a full featured mongo admin, please check:

Rememeber to always back up important data. Everybody can sometimes unintentionally break something.

demo

try demo on heroku (give it a moment to wake up)
Don't have local mongodb or one with secure url access? Get 500MB free on mLabs

features

  • Inline edit using Handsontable. Add new rows. Delete rows. Add or modify columns.
  • Browse, analyze documents using Pivottable - group by rows, columns. Build graphs, export small datasets.
  • Query documents using JSON or new Visual Query Editor. Count before loading data. Manage projection and limit.
  • Use goodies like run sync function on every document, find dupes or group count.
  • Create new collection copy-pasting data from any source. Set data type - Number, Boolean, Array, Object, Date. String is by default.
  • Import data from xls, xlsx, csv, json, and those zipped.
  • Manage indexes, browse or edit collection schema.

installation

git clone https://github.com/artbels/mongo-table-admin.git && cd mongo-table-admin
npm start
localhost:12369

security

ip control by setting list of IPs in MTA_IPS environment variable
export MTA_IPS=

usage

add rows (localhost:12369/create) example on youtube:

add rows

browse data (localhost:12369) example on youtube:

add rows

inline edit data (localhost:12369) example on youtube:

add rows

plans

  • [*] multiple times faster saving and deleting using concurrent requests and grouping
  • [*] use Visual QueryBuilder to build queries
  • [*] use ace editor for json edit
  • [*] set projection and limit for query
  • [*] add/delete multiple fields at once
  • [*] refactor schema management
  • select whether to run function for the whole collection or based on query
  • refactor "create" view

limitations

  • connection string should match "mongodb://:@:/"
  • documents must have an "_id" property which should be a string, integer or MongoDB ObjectId

contribution & help

Keywords

FAQs

Last updated on 25 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc