howthebodyworks + mongodb 28
j2labs/dictshield - GitHub
july 2011 by howthebodyworks
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
Natural Langauge Processing with Python Chapter 3
january 2011 by howthebodyworks
Using mongodb as an NTLK corpus store.
nltk
mongodb
python
nlp
filetype:pdf
media:document
january 2011 by howthebodyworks
David J C Beach: Monary: High-performance column queries for MongoDB
january 2011 by howthebodyworks
High performance array storage in Mongo
python
mongodb
numpy
array
january 2011 by howthebodyworks
Google Wave Developer Blog: Wave open source next steps: "Wave in a Box"
september 2010 by howthebodyworks
google's FOSS wave server is backed by mongodb
wave
google
mongodb
september 2010 by howthebodyworks
francois's mongo_explorer at master - GitHub
august 2010 by howthebodyworks
osx-native mongo gui
mongodb
gui
cocoa
august 2010 by howthebodyworks
Guest post: Why you should track page views with MongoDB - The Future of Event Management
june 2010 by howthebodyworks
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
june 2010 by howthebodyworks
queries syntax for filtering in-memory js arrays are probably useful for stuff.
javascript
mongodb
sql
june 2010 by howthebodyworks
Mongo DBRefs for activity feeds / Valya Golev's very own site!
may 2010 by howthebodyworks
when to use and not use DBrefs in mongo
mongodb
parsimony
may 2010 by howthebodyworks
Sleepy.Mongoose: A MongoDB REST Interface « Snail in a Turtleneck
may 2010 by howthebodyworks
asynchronous RESTish mongodb fun with the mongodb REST inteface. brought to you by python.
python
rest
api
mongodb
may 2010 by howthebodyworks
Google Code Blog: Building a cloud sharing service one Google technology at a time
may 2010 by howthebodyworks
the sourceforge rebuild on a nosql db without the db being its own cache.
mongodb
turbogears
python
nosql
may 2010 by howthebodyworks
FlaPer87's django at master - GitHub
may 2010 by howthebodyworks
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
may 2010 by howthebodyworks
lightweight JS-like dictionary attribute access on objects in python. Handy for, say, mongo<->django
django
mongodb
javascript
oop
may 2010 by howthebodyworks
Basic text search with relevancy for MongoDB.
april 2010 by howthebodyworks
Basic text search with relevancy for MongoDB.
search
mapreduce
mongodb
april 2010 by howthebodyworks
DBRefs explained / Valya Golev's very own site!
april 2010 by howthebodyworks
"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
"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..."
april 2010 by howthebodyworks
MongoDB Aggregation I: Counting and Grouping | Kyle Banker
april 2010 by howthebodyworks
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
april 2010 by howthebodyworks
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
april 2010 by howthebodyworks
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
april 2010 by howthebodyworks
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
december 2009 by howthebodyworks
Sourceforge's mongodb wrapper is released. looks lighter than mongokit;
python
mongodb
nosql
agnsw
december 2009 by howthebodyworks
marcboeker's mongodb-object at master - GitHub
october 2009 by howthebodyworks
the lightest *useful* mongodb lib
django
mongodb
october 2009 by howthebodyworks
PDF Export - MongoDB
september 2009 by howthebodyworks
its surprisingly annoying to find the export page for the mongo manual
mongodb
reference
september 2009 by howthebodyworks
MongoDB & Stuff « Weblog « zerokspot.com
september 2009 by howthebodyworks
apparently mongo + django is nearly seamless
mongodb
python
django
via:cogat
nosql
september 2009 by howthebodyworks
Full Text Search in Mongo - MongoDB
september 2009 by howthebodyworks
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
Alternatives to SQL Databases [LWN.net]
september 2009 by howthebodyworks
One comparison to rule them all.
nosql
db
comparison
tokyocabinet
mongodb
couchdb
programming
Cassandra
memcache
september 2009 by howthebodyworks
Choosing a non-relational database
july 2009 by howthebodyworks
pluses and minuses of mongodb vs MySQL
comparison
db
scalability
couchdb
nosql
mongodb
july 2009 by howthebodyworks
Home - MongoDB - 10gen Confluence
june 2009 by howthebodyworks
"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
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
june 2009 by howthebodyworks
related tags
agnsw ⊕ analytics ⊕ api ⊕ array ⊕ browser ⊕ c++ ⊕ Cassandra ⊕ cocoa ⊕ comparison ⊕ convert ⊕ couchdb ⊕ db ⊕ django ⊕ filetype:pdf ⊕ google ⊕ gui ⊕ howto ⊕ javascript ⊕ json ⊕ mapreduce ⊕ media:document ⊕ memcache ⊕ mongodb ⊖ nlp ⊕ nltk ⊕ nosql ⊕ numpy ⊕ oop ⊕ opensource ⊕ orm ⊕ parsimony ⊕ parsing ⊕ php ⊕ programming ⊕ python ⊕ reference ⊕ rest ⊕ ruby ⊕ scalability ⊕ schema ⊕ search ⊕ sql ⊕ tokyocabinet ⊕ turbogears ⊕ via:cogat ⊕ wave ⊕Copy this bookmark: