amark / mongous

Simple MongoDB driver for Node.js with jQuery like syntax.
MIT License
246 stars 30 forks source link

Missing License #38

Open Almad opened 9 years ago

Almad commented 9 years ago

You do not indicate which license is mongous distributed under, making it tricky to use.

Could you please assign any license to it? (BSD, MIT, GPL, commercial, ...)

amark commented 9 years ago

Done!

https://github.com/amark/mongous/blob/master/License.txt

I'd be interested in what you're using mongous for :) and curious what your thoughts on http://github.com/amark/gun would be?

Let me know and then I'll close this, or I'll close this in a bit. Would love to hear from you!

Almad commented 9 years ago

Sure! We are using it in https://github.com/apiaryio/dredd-example

Gun looks fun for some kind of projects ;) Not sure whether it'd be of interest for dredd, but pinging the real author, @netmilk

amark commented 9 years ago

apiary.io looks beautiful! Nice docs on dredd.

@netmilk, glad you're using mongous! I hope it has been enjoyable.

I would be curious to hear what your experience of MongoDB has been, or if you use any other database. Recently I've started building my own database ( http://github.com/amark/gun ) to make things even simpler, and I'd love to hear your feedback/thoughts on it or what you would want to see/have in an "ideal database". It is kind of like an open source Firebase with graph data structures.