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.
$ tce-load -wi mongo
For loading documentation and copyright stuff:
$ tce-load -wi mongo-doc
For starters, running the mongod server:
$ sudo /usr/local/etc/init.d/mongodb start
After starting the server, you can connect to it using the mongo cli.
$ 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=7m47sHave fun!