Go to file
2011-06-20 18:03:29 +02:00
app oauth 2011-06-20 15:39:12 +02:00
config isolate redis pool settings into environment 2011-06-16 18:29:51 +02:00
lib first draft, tidied, unit tests, modules, refactor, environments, see TODO for next steps" 2011-06-13 04:23:02 +01:00
test added public user shouldn't insert test 2011-06-20 18:03:29 +02:00
.gitignore First version of the API server with some TODOs to solve 2011-06-09 18:34:02 +02:00
app.js oauth 2011-06-20 15:39:12 +02:00
cluster.js oauth 2011-06-20 15:39:12 +02:00
Makefile New rules for running tests 2011-06-13 12:29:57 +02:00
README.md readme 2011-06-13 04:25:02 +01:00
TODO.md added public user shouldn't insert test 2011-06-20 18:03:29 +02:00

SQL API for cartodb.com

Provides a concurrent event driven interface for running SQL queries against the cartoDB postgres database. Users are authenticated over oAuth.

usage

node app.js [developement,test,production]

tests

make test