Tiny Core Extensions > TCE Corepure64

MongoDB 5.3.0

(1/1)

alphons:
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: ---$ tce-load -wi mongo
--- End code ---

For loading documentation and copyright stuff:


--- Code: ---$ tce-load -wi mongo-doc
--- End code ---

For starters, running the mongod server:


--- Code: ---$ sudo /usr/local/etc/init.d/mongodb start
--- End code ---

After starting the server, you can connect to it using the mongo cli.


--- Code: ---$ mongo
> show dbs
admin   0.000GB
config  0.000GB
local2  0.000GB

--- End code ---

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!

Navigation

[0] Message Index

Go to full version