Go to file
2011-06-16 18:23:38 +02:00
app added redis pool, and fixed to use pg_bouncer 2011-06-16 18:23:38 +02:00
config added redis pool, and fixed to use pg_bouncer 2011-06-16 18:23:38 +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 redis pool, and fixed to use pg_bouncer 2011-06-16 18:23:38 +02:00
.gitignore First version of the API server with some TODOs to solve 2011-06-09 18:34:02 +02:00
app.js Introduced a new parameter db_port to change it in a easy way 2011-06-13 12:31:50 +02:00
cluster.js first draft, tidied, unit tests, modules, refactor, environments, see TODO for next steps" 2011-06-13 04:23:02 +01: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 prioritized todo 2011-06-13 04:23:42 +01: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