ajdavis
Senior Staff Engineer at MongoDB, working on replication. No recruiters please!
@mongodb New York City
Pinned Repositories
coroutines-demo
Live-coding a Python 3 async framework
mongo-python-driver
PyMongo - the Python driver for MongoDB
motor-blog
Blog based on Tornado, MongoDB, and Motor. To be used with MarsEdit.
proporti.onl
Compare number of women, men, and nonbinary people among my friends and followers.
toro
Synchronization primitives for Tornado coroutines
jsonsl
Embeddable, Fast, Streaming, Non-Buffering JSON Parser
mongo-mockup-db
MockupDB - Simulate a MongoDB server.
mongo
The MongoDB Database
mongo-c-driver
The Official MongoDB driver for C language
cpython
The Python programming language
ajdavis's Repositories
ajdavis/chirp
A minimal Twitter clone to demonstrate Tornado and MongoDB
ajdavis/cluster-profile
Demo scripts for setting up and profiling a sharded MongoDB cluster.
ajdavis/tornado-test
Conveniences for unittesting Tornado-based asynchronous code
ajdavis/things2rtm
Import tasks from Cultured Code's Things to Remember The Milk
ajdavis/yieldpoints
Simple extensions to Tornado's gen module.
ajdavis/trickle
IOStream wrapper for use with Tornado coroutines
ajdavis/emptysquare.net
A minimalist static photography gallery, pulling sets from a Flickr collection.
ajdavis/motor-tools
Tools for developing and testing Motor, an asynchronous Python driver for Tornado and MongoDB
ajdavis/file-uploader
Multiple file upload plugin with progress-bar, drag-and-drop.
ajdavis/json_validate
A wrapper function that validates that some JSON object matches a spec, something like a validating XML parser. This is particularly useful if you expose a JSON API to third-party developers and want to return a useful error if they provide malformed input.
ajdavis/motor.github.com
GitHub Pages site for Motor, an asynchronous driver for MongoDB and Tornado
ajdavis/rescue_bson
ajdavis/SyncSend
Simple means of sending very large files to someone else if you're both online at the same time
ajdavis/Emptysquare-Slideshow
Generate a static HTML + jQuery slideshow from a Flickr set. Inspired by New York Times' elegant dark slideshow layouts.
ajdavis/emptysquare-wordpress-theme
WordPress theme for emptysquare.net
ajdavis/eventcalendar3
Event Calendar 3 WordPress plugin - ajdavis's fork
ajdavis/proboscis
A command-line tail utility for mongodb
ajdavis/ShardViz
Watch a MongoDB sharded cluster rebalancing its data distribution
ajdavis/svnlog
Script to view Subversion commit comments and diffs, same as git does by default.
ajdavis/uninterpolate
Update Python' code to replace the old % formatting with format()
ajdavis/bsondoc-bench
Benchmark my PyMongo 3 BSON decoder against PyMongo 2.7's
ajdavis/demo-c-extension
Demonstrate some problems running a C extension module in mod_wsgi.
ajdavis/gevent
Coroutine-based concurrency library for Python
ajdavis/google-measurement-protocol
A Python implementation of Google Analytics Measurement Protocol
ajdavis/in-sub-interpreter
Python C extension module to test if you're running in a sub interpreter.
ajdavis/modtest
Python extension module in C, to demonstrate CPyChecker.
ajdavis/mongo-ruby-driver
Ruby driver for MongoDB
ajdavis/MongoDB_DAK
The MongoDB Developer Advocacy Kit
ajdavis/tornadorpc
Python libraries for XML/JSON RPC using the Tornado framework.