howthebodyworks + mongodb   28

j2labs/dictshield - GitHub
the mapping laer of an ORM made generic. per default, enforce schema on python objects and cast to/from JSON. Sound like it might go with textfile/SCM, MongoDB or CouchDB natively, and supposedly supports RDBMSs.
db  json  Python  ORM  mongodb  couchdb  schema 
july 2011 by howthebodyworks
Guest post: Why you should track page views with MongoDB - The Future of Event Management
google analytics considered as inferior to mongodb for pageview tracking. (query API-wise, i agree. client-side, not so sure.)
scalability  analytics  browser  mongodb 
june 2010 by howthebodyworks
Ajaxian » Two JS solutions to run SQL-like statements on Arrays and Objects
queries syntax for filtering in-memory js arrays are probably useful for stuff.
javascript  mongodb  sql 
june 2010 by howthebodyworks
Sleepy.Mongoose: A MongoDB REST Interface « Snail in a Turtleneck
asynchronous RESTish mongodb fun with the mongodb REST inteface. brought to you by python.
python  rest  api  mongodb 
may 2010 by howthebodyworks
FlaPer87's django at master - GitHub
according to the pymongo folks, this django fork allows django to use mongo as a store for contrib apps. some folks like that.
mongodb  orm  django 
may 2010 by howthebodyworks
BareNecessities
lightweight JS-like dictionary attribute access on objects in python. Handy for, say, mongo<->django
django  mongodb  javascript  oop 
may 2010 by howthebodyworks
DBRefs explained / Valya Golev's very own site!
"Mongo DBRefs are cool only when they are useful. They are useful only then you don't know the type of a referred object. If you know the type, using DBRef is unnecessary overhead..."
"A nice thing about DBRefs is recursion on DBRefs. Replies to the comments are as simple as any other comments to any object on the website..."
mongodb  howto  nosql 
april 2010 by howthebodyworks
MongoDB Aggregation I: Counting and Grouping | Kyle Banker
this series of 3 tutorials is the best intro i have found to the mongo-specific details of mapreduce
mongodb  mapreduce  howto 
april 2010 by howthebodyworks
SQL to MongoDB
I enjoy his take on thinking about mapreduce - the direct comparison with traditional join/group aggregation
comparison  convert  sql  nosql  mapreduce  mongodb  filetype:pdf  media:document 
april 2010 by howthebodyworks
Writing a non-relational Django backend - Django nonrel / NoSQL blog - All buttons pressed
not that i will - it doesn't feel natural to make non django things try to be django.
django  mongodb  howto  orm  python 
april 2010 by howthebodyworks
Introducing MongoEngine | Harry Marr
another fucking ORM layer for mongo. this one is django-oriented
django  mongodb  nosql  orm  via:cogat 
april 2010 by howthebodyworks
Welcome to Ming’s documentation! — Ming v0.1 documentation
Sourceforge's mongodb wrapper is released. looks lighter than mongokit;
python  mongodb  nosql  agnsw 
december 2009 by howthebodyworks
PDF Export - MongoDB
its surprisingly annoying to find the export page for the mongo manual
mongodb  reference 
september 2009 by howthebodyworks
Full Text Search in Mongo - MongoDB
mongodb seems to have perfunctory support for full-text indices, but it does look easily extensible. (or at least, you can extend it in an easy language without learning some weird vendor-specific SQL variant.)
mongodb  nlp  search  parsing  javascript  nosql 
september 2009 by howthebodyworks
Home - MongoDB - 10gen Confluence
"MongoDB is a high-performance, open source, schema-free document-oriented database. MongoDB is written in C++ and offers the following features:

Collection oriented storage - easy storage of object-style data
Dynamic queries
Full index support, including on inner objects
Query profiling
Replication and fail-over support
Efficient storage of binary data including large objects (e.g. videos)
Auto-sharding for cloud-level scalability (Q209)
A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality)."

an indexed store of JSON objects that get deserialised into whatever client language you connect using. handy. looks faster and easier than couch
json  db  python  ruby  scalability  opensource  c++  mongodb  nosql 
june 2009 by howthebodyworks

Copy this bookmark:



description:


tags: