JedMeister / mongodb

MongoDB - NoSQL database

Home Page:http://www.turnkeylinux.org/mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB - NoSQL database

Mongo DB (from "humongous") is a scalable, high-performance document-oriented NoSQL database system. Instead of storing data in tables as is done in a "classical" relational database, MongoDB stores structured data as JSON-like documents with dynamic schemas, making integration with certain types of applications easier and faster.

This appliance includes all the standard features in TurnKey Core, and on top of that:

  • MongoDB configurations:

    • MongoDB installed and maintained through the package management system (mongodb package).
    • Configured with auth enabled (security).
    • Configured to bind to all network interfaces (convenience).
    • Includes mongo-tools (via package management) - a collection of tools for administering MongoDB servers.
    • Includes MongoDB PHP7.0 bindings (mongodb). Note, for use with PHP, you may wish to also install the MongoDB PHP Library
    • Includes MongoDB Python3 bindings and iPython3.
    • Includes mongo-express admin GUI tool.
    • Bundled with Nginx webserver.
  • Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).

  • Webmin modules for configuring Postfix.

Credentials (passwords set at first boot)

  • Webmin, SSH: username root
  • Mongo-Express: username admin

About

MongoDB - NoSQL database

http://www.turnkeylinux.org/mongodb


Languages

Language:Shell 39.5%Language:Python 39.0%Language:Pug 11.5%Language:JavaScript 8.5%Language:Makefile 1.5%