- http://twitpic.com/6ix7xr has an example of using Mongo/C#/10gen
- http://www.10gen.com/ is what one would typically use to interface with Mongo from ASP.NET
- https://github.com/BancVue/MongoLinqTranslator is BancVue's LINQwithMONGO tool. Ask questions of: peterson.joshua.k@gmail.com
- MongoDB is a document database like Apache CouchDB or RavenDB.
- Mongo and Couch use JSON, but Mongo uses binary JSON.
- The database holds collections. Collections hold documents. Documents hold fields. Fields hold key value pairs.
- XML is "bigger" than JSON as deserialization is slower, heavier, and fincky with XML.
- There is a not free version of Mongo that has better security.
- MongoVUE is a good WYSIWYG tool to browsing Mogno records.
- 10Gen made Mongo.
Wednesday, April 18, 2012
MongoDB notes both new and old are offered here.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment