Skip to main content

Crossbar.io Integration for Django.

Project description

===============================================
django-crossbar - Crossbar.io Integration for Django
===============================================

.. image:: diagram.png

:Version: 0.1
:Web: https://git.atm4coin.com/root/django-crossbar/
:Download: http://pypi.python.org/pypi/django-crossbar/
:Source: https://git.atm4coin.com/root/django-crossbar/
:Keywords: crossbar, django, celery, python

--

WARNING
=======

This software is experimental and incomplete!

Overview
========

All RPC + Pubsub activites are handled by celery tasks, of which there are several types.

The first is a classic celery task where you can write your own code (CROSSBAR_CELERY_TASKS).
The rest are generic celery tasks to acieve object_list, object_detail, object_update & object create (for database objects).

These are all sepecified in django settings.py file


Installation
=============

You can install ``django-crossbar`` either via the Python Package Index (PyPI)
or from source.

To install using ``pip``,::

$ pip install django-crossbar

OR from source

$ pip install git+https://git.atm4coin.com/root/django-crossbar.git

Add "djcb" and "djcelery" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'djcelery',
'djcb',
]

Do crossbar / django-crossbar setup

./manage.py djcb_init

Run your project with:

$ crossbar start


Note: You need to make sure prerequisites for celery etc are setup (message broker etc)

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-crossbar-0.1.1.tar.gz (8.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-crossbar-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4d4980c50a67bd20fafb80b7f7e98b5a88f406ddaa3a4045dadf6eeaae8ca0ac
MD5 5736f6986c207fccc9e35ce4962a5291
BLAKE2b-256 f9922b108377c1512fbda3f4f75fe081251ff69841bdae719b64ded40d7a1b40

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