2014
apiDoc - Inline Documentation for RESTful web APIs
by jpcaruana & 1 otherapiDoc creates a documentation from API descriptions in your source code.
2013
Best Practices for Designing a Pragmatic RESTful API | Vinay Sahni
by SponeYour data model has started to stabilize and you're in a position to create a public API for your web app. You realize it's hard to make significant changes to your API once it's released and want to get as much right as possible up front. Now, the internet has no shortage on opinions on API design. But, since there's no one widely adopted standard that works in all cases, you're left with a bunch of choices: What formats should you accept? How should you authenticate? Should your API be versioned?
2012
Pushover: Simple Mobile Notifications for Android and iOS
by Xavier LacotA simple personal notification manager, which uses REST services to send notifications to the user. Compatible with several tools - IFTTT for example.
2011
Swagger: A simple, open standard for describing REST APIs with JSON
by Xavier Lacot & 1 otherSwagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
georest - Project Hosting on Google Code
by SponeGeoREST is a web-centric framework for distributing geospatial data. It allows RESTful feature-based access to spatial data sources, including full editing capabilities, through a MapGuide server or directly via FDO.
FRAPI | Focus on business logic, not presentation
by Spone & 1 other (via)FRAPI is a high-level API framework that puts the “rest” back into RESTful. Use it to power your web apps, mobile services, and legacy systems.
2010
2009
4store - Scalable RDF storage
by parmentierf4store, an efficient, scalable and stable RDF database.
Système de gestion de base de données RDF open source pour des grands volumes de données (annonce 15 milliards de triplets !!). Propose un sparql endpoint, une API REST pour ajouter ou enlever des données, un système de backup. Pas de précision sur la façon de supporter les graphes nommés. Pas de support de Jena ou Sesame.
Apache CouchDB: Introduction
by holyverWhat CouchDB is
* A document database server, accessible via a RESTful JSON API.
* Ad-hoc and schema-free with a flat address space.
* Distributed, featuring robust, incremental replication with bi-directional conflict detection and management.
* Query-able and index-able, featuring a table oriented reporting engine that uses Javascript as a query language.
What it is Not
* A relational database.
* A replacement for relational databases.
* An object-oriented database. Or more specifically, meant to function as a seamless persistence layer for an OO programming language.