dataservices-api/client
Rafa de la Torre 3dacb43a9a Add cdb_mapzen_isochrone to client
On behalf of @iriberri.
2016-07-06 13:18:54 +02:00
..
old_versions Exposes geocoder providers in public geocoder functions 2016-07-05 11:13:43 +02:00
renderer Add cdb_mapzen_isochrone to client 2016-07-06 13:18:54 +02:00
sql Removed the old versioning system 2016-04-20 11:18:24 +02:00
test Client side for obs_getmeasurebyid 2016-05-30 18:12:21 +02:00
.gitignore Removed the old versioning system 2016-04-20 11:18:24 +02:00
cdb_dataservices_client--0.7.0--0.8.0.sql Exposes geocoder providers in public geocoder functions 2016-07-05 11:13:43 +02:00
cdb_dataservices_client--0.8.0--0.7.0.sql Exposes geocoder providers in public geocoder functions 2016-07-05 11:13:43 +02:00
cdb_dataservices_client--0.8.0.sql Exposes geocoder providers in public geocoder functions 2016-07-05 11:13:43 +02:00
cdb_dataservices_client.control Exposes geocoder providers in public geocoder functions 2016-07-05 11:13:43 +02:00
Makefile Exposes geocoder providers in public geocoder functions 2016-07-05 11:13:43 +02: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.