dataservices-api/client
2016-02-11 18:23:23 +01:00
..
renderer Options parameter in the isolines functions has an empty array by defaul 2016-02-11 18:23:23 +01:00
sql Client with isodistance and isochrone feature working 2016-02-11 11:10:12 +01:00
test Client with isodistance and isochrone feature working 2016-02-11 11:10:12 +01:00
.gitignore Add 0.2.0. in gitignore 2016-02-09 16:09:41 +01:00
cdb_dataservices_client--0.0.1--0.1.0.sql Geocoder client renamed to dataservices client extension 2016-02-05 17:57:56 +01:00
cdb_dataservices_client--0.0.1.sql Geocoder client renamed to dataservices client extension 2016-02-05 17:57:56 +01:00
cdb_dataservices_client--0.1.0--0.0.1.sql Geocoder client renamed to dataservices client extension 2016-02-05 17:57:56 +01:00
cdb_dataservices_client--0.1.0--0.2.0.sql Options parameter in the isolines functions has an empty array by defaul 2016-02-11 18:23:23 +01:00
cdb_dataservices_client--0.1.0.sql Geocoder client renamed to dataservices client extension 2016-02-05 17:57:56 +01:00
cdb_dataservices_client--0.2.0--0.1.0.sql Client with isodistance and isochrone feature working 2016-02-11 11:10:12 +01:00
cdb_dataservices_client--0.2.0.sql Options parameter in the isolines functions has an empty array by defaul 2016-02-11 18:23:23 +01:00
cdb_dataservices_client.control Add files for client side routing 2016-02-09 15:56:50 +01:00
Makefile Add files for client side routing 2016-02-09 15:56:50 +01:00
README.md Geocoder client renamed to dataservices client extension 2016-02-05 17:57:56 +01:00

CartoDB dataservices API client extension

Postgres extension for the CartoDB dataservices API, client side.

Dependencies

This extension is thought to be used on top of CartoDB geocoder extension, for the multiples available geocoders (internal, nokia, etc).

The following is a non-comprehensive list of dependencies:

  • Postgres 9.3+
  • Postgis extension
  • Schema triggers extension
  • CartoDB extension

Installation into the db cluster

This requires root privileges

sudo make all install

Execute tests

PGUSER=postgres make installcheck

Build, install & test

One-liner:

sudo PGUSER=postgres make all install installcheck

Install onto a cartodb user's database

psql -U postgres cartodb_dev_user_fe3b850a-01c0-48f9-8a26-a82f09e9b53f_db

and then:

CREATE EXTENSION cdb_dataservices_client;

The extension creation in the user's db requires superuser privileges.