WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: MongoDB 5.3.0  (Read 1453 times)

Offline alphons

  • Newbie
  • *
  • Posts: 42
    • building vmtux.net as of feb 14, 2023
MongoDB 5.3.0
« on: February 12, 2022, 12:37:07 AM »
As of today,

tinycore64 runs MongoDB 5.3.0

MongoDB is a source-available cross-platform document-oriented database program.
Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

Code: [Select]
$ tce-load -wi mongo
For loading documentation and copyright stuff:

Code: [Select]
$ tce-load -wi mongo-doc
For starters, running the mongod server:

Code: [Select]
$ sudo /usr/local/etc/init.d/mongodb start
After starting the server, you can connect to it using the mongo cli.

Code: [Select]
$ mongo
> show dbs
admin   0.000GB
config  0.000GB
local2  0.000GB

I you want to play around, have a look at this youtube link (I am not affiliated with):

https://www.youtube.com/watch?v=-56x56UppqQ&t=7m47s

Have fun!
« Last Edit: February 12, 2022, 12:44:22 AM by alphons »
VMTux 1.0 - kernel 6.2.11 - glib 37 - alpha release March 2023 - https://vmtux.net/