solso
- Karma
- 285
- Created
- June 7, 2012 (14y ago)
- Submissions
- 0
CS at Brave (https://search.brave.com/)
Twitter: @solso
Homepage: http://josepmpujol.net/
- A simple document datastore using Redis (github.com)
The project provides storage for JSON documents that uses Redis as the backend data-store. JOR also provides a MongoDB-like query language for fast retrieval.
- Extending REST APIs (3scale.github.io)
REST APIs are too chatty for their own good. This problem is critical on mobile apps due to the large latency of wireless networks. We present a demo of a mobile app consuming a REST API, this app uses API Aggregator to…
- Having fun with Redis Replication between Amazon and Rackspace (3scale.github.com)
This is the story of the latest and biggest issue that we have had with Redis. 3scale has a three layer fail-over on different data-centers (Amazon and Rackspace). Turns out that if your Redis write throughput is above…