Skip to content

javanna2000/udata

 
 

Repository files navigation

uData

Build status

Code coverage

Python Requirements Status

JavaScript Dependencies Status

Join the chat at https://gitter.im/etalab/udata

uData is an open and social data hub. This currently a work in progress and API is subject to change until the first official release.

Compatibility

udata requires Python 2.7+, MongoDB 2.6+, ElasticSearch 1.3+ and Redis.

Installation

You can install udata with pip:

$ pip install udata

or with easy_install:

$ easy_install udata

Then install npm dependencies with bower:

$ bower install

ElasticSearch

The ICU plugin is required for ElasticSearch.

ICU Analysis: https://github.com/elasticsearch/elasticsearch-analysis-icu

Running

To run the development server:

$ python manage.py serve

Your instance should be available at http://127.0.0.1:6666/

Documentation

The documentation is hosted on Read the Docs

Translations

$ inv i18n && tx push -s && tx pull -f && inv i18nc

You have to set a ~/.transifexrc first.

About

Social data platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.6%
  • Vue 20.8%
  • JavaScript 13.0%
  • HTML 12.9%
  • CSS 2.6%
  • Makefile 0.1%