telegraphy
telegraphy copied to clipboard
Telegraphy provides real time events for WSGI Python applications
There is no description (one line) for this project on github.
When trying to install on Mac OS using virtualenv, there are some issues with Twisted (that also seems to cause issues with autobahn) that makes impossible to use telegraphy there....
Actual event is just a JSON or dict, but ModelEvent instances are just responibles of event emission.
Transport are fiexd to XMLRPC in current version. It should be possible to use different implementations such as ZMQ or Redis. Current Telegraphy implementation relies on Twisted so transport technologies...
Create management command to integrate Crossbar.IO
Implement a command that runs django debug mode internal WSGI server (runserver) as well as telegraphy server with reloading support.
On pip install telegraphy console shows: ``` Downloading/unpacking telegraphy Downloading telegraphy-0.1.2.tar.gz Storing download in cache at /home/defo/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Ftelegraphy%2Ftelegraphy-0.1.2.tar.gz Running setup.py egg_info for package telegraphy Traceback (most recent call last): File "",...
Crossbar provides its own CLI, but intialy we'll try to use [run_command_start](https://github.com/crossbario/crossbar/blob/master/crossbar/crossbar/controller/cli.py#L330) instead of just calling the CLI.
I'm not a Twisted expert and unfortunately I haven't found any explanation in the docs on which is the best setup to use telegraphy in production? Your recommendation would really...
Telegraphy seems to have problems when serializing datetimeformats. In my case, the field created, a date field: raise Exception("invalid type for event - serialization failed [%s]" % e) exceptions.Exception: invalid...