RT @aymericaugustin: Great post by @zzzeek about asyncio and databases: If you want to ask for asyncio in Django, read this first.
PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch.
RT @rasbt: "Using SQLite Full-Text Search with Python"
restSQL is an ultra-lightweight data access layer for HTTP clients. restSQL is a persistence framework or engine in the middle tier of a classic three tier architecture: client, application server and database. It may also be embedded in any middle-tier as a Java library.
HStore in PostgreSQL 9.4 will support nested arrays, w/ binary representation x50 faster than JSON for some queries
The library provides a simple interface where queues are created on-demand and items added using the put() and get() methods. In addition, queues are iterable, pulling items out as they become available.
In addition, the put() method provides scheduling and prioritization options. An item can be scheduled for work at a particular time, and its work priority defined in terms of an expected time where the item must be worked.
Facebook just launched Presto, our distributed SQL query engine for huge data stores. It's amazing.
Nice: Quickly move and delete Redis keys by pattern via @coderwall