You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Javier Goizueta b3c782b2e9
Add licencse
9 years ago
pg Basic structure of the extension & package 9 years ago
python Basic structure of the extension & package 9 years ago
CONTRIBUTING.md Basic structure of the extension & package 9 years ago
DEPLOYING.md Basic structure of the extension & package 9 years ago
LICENSE Add licencse 9 years ago
README.md Basic structure of the extension & package 9 years ago
TODO.md Add TODO list 9 years ago

README.md

crankshaft

CartoDB Spatial Analysis extension for PostgreSQL.

Code organization

  • pg contains the PostgreSQL extension source code
  • python Python module

FIXME: should it be ./extension and `./lib/python' ?

Requirements

  • pip

  • sudo pip install nose

  • CREATE LANGUAGE 'plpythonu';