GithubHelp home page GithubHelp logo

tartare's Introduction

tartare

data integration The global architecture is available in the architecture.md file.

Requirements

Installation

You can use virtualenvwrapper for creating virtual environments.

mkvirtualenv tartare -p python3.4
workon tartare

Installation of dependencies

pip install -r requirements_dev.txt

Run the application (for development)

cd path/to/tartare
honcho start

Run the application with Docker and Docker Compose

We use a docker image for deployment purpose.

Note: we use the new interface version of docker-compose, so docker version needs to be >= 1.10, docker-compose version needs to be >= 1.6

cd path/to/tartare
docker-compose build
docker-compose up -d

Affect rights to input/output folders

sudo chmod o+rwx -R /tmp/tartare/*

To watch logs output:

docker-compose logs -f

Rest Api

Tartare provides an Api to POST Navitia data to update.

Run the Rest Api

The Rest Api is based on Flask. To run only the rest API:

cd path/to/tartare
honcho start web

Logs:

Serving Flask app "tartare.api"
Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Use the Rest Api

POST a file:

curl -X POST -F file=@path/to/your-file.zip http://127.0.0.1:5000/grid_calendar

Tests

cd path/to/tartare
PYTHONPATH=. py.test tests

tartare's People

Contributors

alcalyn avatar antoine-de avatar datanel avatar stanosz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.