I'm working on a document-oriented database engine written purely in Python: BlitzDB! https://github.com/adewes/blitzdb My motivation was that I needed (wanted?) a pure-Python document database that does not have any dependencies (like pymongo) and provides querying capabilities similar to MongoDB. Currently, Blitz is under active development and comes with a file-based backend as well as a MongoDB backend. Contribut…
Ask HN: What projects are you working on?
81–90 of 514 posts
Re: Ask HN: What projects are you working on?
#82I'm also planning on writing a CLI client and an Android app for that project, but have yet to get started on it.
I've also been working on a clojure library to provide a key-value json store abstraction over PostgreSQL (https://github.com/ShaneKilkelly/bedquilt). It's mostly for fun, but I'm thinking of moving all the core logic out into a PostgreSQL plugin, so that all the "smarts" can be done on the PostgreSQL server instance, and then reduce the client library to a thin wrapper over some SQL functions.
Re: Ask HN: What projects are you working on?
#83Re: Ask HN: What projects are you working on?
#84A quick warning: as the title suggests, this book isn't for everyone.
Re: Ask HN: What projects are you working on?
#85I'm working on making a JSON API for Tennis scores, as I couldn't find one!
Re: Ask HN: What projects are you working on?
#86http://www.meetup.com/Coders-Hackers-Founders/events/1917388...
http://www.meetup.com/Melbourne-Makerspace-Florida-USA/event...
Re: Ask HN: What projects are you working on?
#87https://www.dropbox.com/s/j7u3f9rllmb1jbx/Screen%20Shot%2020... The screen shot shows a subset of the rhyme combos found in the Eminem song 'Lose Yourself'.
Re: Ask HN: What projects are you working on?
#88Re: Ask HN: What projects are you working on?
#89It's just a toy, but I'm interested in the format for more serious applications in the future.
Re: Ask HN: What projects are you working on?
#90The fun part is that doing this for/by myself, I can scratch any itch I want, as long as it's around the core theme. The extra interesting - and challenging - part is to ensure there is a positive-feedback and self-fulfilling prophecy across those products.