Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

just a small read me change #4

Open
wants to merge 1 commit into
base: data
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README → README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ Data repository
How to use this repository:
- when creating a new branch, start from branch "empty" so that you don't get lots of unneeded data
- if you want to edit a specific dataset, pull from the dataset's branch; when done, push to the same branch and send a pull request.

- the 'data' branch is meant to be the integration point of all datasets, and should not pe cloned unless you really need to.


Getting started
===============
running 'python load_data.py' within the 'tools' directory will load the data into the DB.
This currently assumes the open-data-server_ is running locally.

.. _open-data-server: https://github.com/akariv/open-data-server