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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

Details for the file django-giom-0.1.1.tar.gz.

File metadata

  • Download URL: django-giom-0.1.1.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-giom-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d4b1b4d79641574326e24274194203bb67c1e4da8e357afa60a1c594e27f1dfa
MD5 25fa9589ad005a527ac32310edc16a6b
BLAKE2b-256 a8571bbf3f01ce8b7bc1ec80c0e02e412f79488afe5b3c0ba47487ae32b0aa33

See more details on using hashes here.

File details

Details for the file django_giom-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for django_giom-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 c22326001a2da2e1d05bfd30858909a97a0e7b8e043de0c3bda6d536e824446c
MD5 9d6602d7c6551856f8b90106791f1760
BLAKE2b-256 70906f8b745e984067be67b58200c6968200f501c89fff9597aff9754b75ee47

See more details on using hashes here.

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