Skip to main content

A Django model to manage Fiware Orion Entities as local models

Project description

A Django App to manage a [Fiware Orion ](https://github.com/telefonicaid/fiware-orion) context broker entities as Django Model Objects.
## Install

In order to intall simply use pip

```
pip install django_orion_model
```

## Usage

Simply add django_orion_model to your settings.py:

```python
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
...
'django_orion_model',
...
]

ORION_URL = "https://yourorion:1234"
ORION_SCOPE = "/desiredscope"
ORION_EXPIRATION = 200 // living time of local values
```

To define a Entity Model simply define a class in your models.py Using OrionEntity as Class father and use Orion fields to properties expected to live in the context broker.

```python
from django_orion_model import OrionEntityi

class WasteManagementStage(OrionEntity):
name = OrionCharField("name", max_length=1024, blank=True)
description = OrionTextField("description", max_length=1024, blank=True)
```

Available Field types for Orion Context ContextBroker:

* OrionCharField
* OrionTextField
* OrionFloatField
* OrionDateTimeField

An orion entity have a Default Field to manage Communication With Orion:

* context_broker(ForeingKey-ContextBroker): The Orion Context ContextBroker that manages the entity
* service_path(ForeingKey-Scope): The service-path where the entity lies.
* orion_id(CharField): The ID of the entity in Orion.
* type(CharField): The type of the entity in Orion.
* data(JSONField): A local repository of the last known values of the entity.
* updated(ArrayField-CharField): The name of the Orion field updates since las connection.
* expiration(DateTimeField): The time when the local data is considered obsolete.
* status(CharField): A predefined text that indicates the communication. Expected values:
* OK Everything is OK and up to date
* OFFLINE Set to Disable communication to Orion
* MISSING Indicates that the Entity not exist in Orion
* CREATING Set to Create the entity into Orion.
* CREATED Indicates that the entity is created but is values are not yet pulled from Orion(Transitory)
* PENDING_WRITING Indicates that the entity is performing a push to Orion(Transitory).
* PENDING_READING Indicates that the entity is performing a pull to Orion(Transitory).
* AWAIT_REFRESH The pull has failed and the entity is expecting a new opportunity to retry.
* AWAIT_REWRITING The push has failed and the entity is expecting a new opportunity to retry.
* error(TextField): IF the connection have a problem the Orion response is stored here.

## Entity Behaivour

The entity is expected to pull values from Orion after its creation, when an orion attributes is read and expiration time is up, before saving to database and after values are updated to orion.
The entity is expected to push values to Orion after a Orion values is Set.

Some status Values forces Some behavior:

* OFFLINE Set to Disable communication to Orion
* CREATING Set to Create the entity into Orion.

----

This library is partially funded by the [Waste4Think proyect](http://waste4think.eu/) that has received funding from the European Union’s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation program under grant agreement 688995.
The dissemination of results herein reflects only the author’s view and the European Commission is not responsible for any use that may be made of the information it contains.



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-orion-model-0.9.8.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_orion_model-0.9.8-py2.py3-none-any.whl (9.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-orion-model-0.9.8.tar.gz.

File metadata

  • Download URL: django-orion-model-0.9.8.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2

File hashes

Hashes for django-orion-model-0.9.8.tar.gz
Algorithm Hash digest
SHA256 0e082ac04606d1281a22464437815ec8cde208ab0444c8cb6e29b15ff4c2da1f
MD5 b0e1c5e8a2db5855d90bb9ce3ffb892a
BLAKE2b-256 e3cc8b5a5f80cf1ea0048fccd72588f552888ae6f0adaaf11c4f5048846c3138

See more details on using hashes here.

File details

Details for the file django_orion_model-0.9.8-py2.py3-none-any.whl.

File metadata

  • Download URL: django_orion_model-0.9.8-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2

File hashes

Hashes for django_orion_model-0.9.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c27ac766735569b576fd292757407c7fa316ef76a35b42d047f0587afa167043
MD5 5edbf77f238da80d1bcc14ca5150ee8f
BLAKE2b-256 a42cd5083d41ec3fd1903f6104f00152b9d9919fab5afdf560279701ac502757

See more details on using hashes here.

Supported by

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