Skip to main content

django GIOM meteo station data reader celery based measure tool

Project description

=====
Django Giom Meteostation
=====

Read data from GIOM Meteo Station. This is proprietary software used by WebEye.services


Quick start
-----------

1. Add "dust_sensor" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'giom_data',
)

2. Include the polls URLconf in your project urls.py like this::

url(r'^giom/', include('giom.urls')),

3. update settings
- GIOM_URL: giom url to gather data

4. set up loggers
- for fluentd or td-agent use handler name fluend.giom
- for django human readable logger handler use django.giom

5. add celery beat schedule settings

CELERYBEAT_SCHEDULE = {
'refresh_giom_data': {
'task': 'giom.tasks.refresh_giom_data',
'schedule': timedelta(minutes=1)
}
}



6. Run `python manage.py migrate` to create the giom models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-giom-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

django_giom-0.1.1-py2-none-any.whl (8.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page