2016-03-04 10:00:20 -05:00
2016-02-26 19:09:17 +01:00
2016-02-23 17:23:33 +01:00
2016-02-19 11:57:13 +01:00
2016-03-04 10:00:20 -05:00
2016-02-15 18:36:38 +01:00
2016-02-19 11:57:13 +01:00
2016-03-03 15:50:32 -05:00
2016-03-03 15:57:33 -05:00
2016-03-04 10:00:20 -05:00

crankshaft

CartoDB Spatial Analysis extension for PostgreSQL.

Code organization

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

Running with Docker

Crankshaft comes with a Dockerfile to build and run a sandboxed machine for testing and development.

First you have to build the docker container

docker build -t crankshaft .

To run the pg tests run

docker run -it --rm -v $(pwd):/crankshaft  crankshaft /root/run_tests.sh

if there are failures it will dump the reasion to the screen.

To run a server you can develop on run

docker run -it --rm -v $(pwd):/crankshaft -p $(docker-machine ip default):5432:5432 /root/run_server.sh

and connect from you host using

psql -U pggis -h $(docker-machine ip default) -p 5432 -W

the password is pggis

Requirements

  • pip
Description
No description provided
Readme 3.1 MiB
Languages
Python 65.5%
PLpgSQL 32.7%
Jupyter Notebook 1.6%