Page 1 of 1

mongodb

PostPosted: Wed May 17, 2017 10:42 am
by everything
really OTT. Anyone using mongodb?

Re: mongodb

PostPosted: Tue Jun 20, 2017 8:40 am
by meeks
I use couchbase nosql. After 20+ years of sql I don't want to ever go back. I love nosql

Re: mongodb

PostPosted: Tue Jun 20, 2017 10:21 am
by everything
Thanks for the OTT reply.

I'm looking to store some JSON really easily in a db as a service, for free at first. Do you happen to use couchbase as a service? For now I'm storing my structure in a binary file, but hopefully will switch soon. Not a pro dev, so this is taking a little longer than it probably should (that's ok).

Re: mongodb

PostPosted: Mon Jun 26, 2017 5:06 pm
by meeks
Yes. I run it as a service. You can run the free community version

Re: mongodb

PostPosted: Sat Jul 29, 2017 12:10 am
by everything
just getting back to this topic finally. I suspect there are more developers (I'm just hobby level at the moment) here. I've been running a chromebook and tempted to dev mode it and add ubuntu. but then I discovered codeanywhere free tier (only 2 GB space). It seems just barely big enough for me to try whatever I want "locally" so maybe will try couchdb and mongodb as well as newer postgres (can store json). hmm.

Re: mongodb

PostPosted: Wed Aug 23, 2017 6:37 pm
by everything
not sure why I update this thread. Guess I like RSF better than SO.

Finally installed mongodb community edition on my codeanywhere box. Took about 3 commands.

Inserting a JSON document into a collection is about that easy as well. Hmm. So this is the coolness I've been hearing about.

Slightly procastinating getting on to having my app communicate with my mongodb (instead of a file or sqlite).