

- #Cryptocurrency ticker for streams install
- #Cryptocurrency ticker for streams upgrade
- #Cryptocurrency ticker for streams code
Redis backend pip install -user -upgrade cryptofeed RabbitMQ backend pip install -user -upgrade cryptofeed

PostgreSQL backend pip install -user -upgrade cryptofeed MongoDB backend pip install -user -upgrade cryptofeed Kafka backend pip install -user -upgrade cryptofeed Google Cloud Pub / Sub backend pip install -user -upgrade cryptofeed To install Cryptofeed along with Arctic in one bundle: pip install -user -upgrade cryptofeed To install Cryptofeed along with all optional dependencies in one bundle: pip install -user -upgrade cryptofeed Thus, to minimize the number of dependencies, the backend dependencies are optional, but easy to install.įor the exhaustive list of these extra dependencies.
#Cryptocurrency ticker for streams upgrade
The safe way to install and upgrade the Cryptofeed library: pip install -user -upgrade cryptofeedĬryptofeed supports many backends as Redis, ZeroMQ, RabbitMQ, MongoDB, PostgreSQL, Google Cloud and many others.Ĭryptofeed is usually used with a subset of the available backends, and installing the dependencies of all backends is not required.
#Cryptocurrency ticker for streams code

You can donate via GitHub Sponsors, or via the addresses below: Support and donations are appreciated but not required. ContributingĬryptofeed wouldn't be possible without the help of many contributors! I owe them and all other contributors my thanks! Donations / Support There are a lot of planned features, new exchanges, etc planned! If you'd like to discuss ongoing development, please join the slack or open a thread in the discussions in GitHub. For more information see the documentation. The methods for interacting with the exchange RET endpoints exist in two flavors, the synchronous methods (suffixed with _sync) as well as the asynchronous which can be utilized with asyncio. You can view the supported methods by calling the info() method on any exchange. These are integrated into the exchange classes directly. Rest APIĬryptofeed supports some REST interfaces for retrieving real-time and historical data, as well as order placement and account management. See more discussion of package installation in INSTALL.md. python setup.py installĪlternatively, you can install in 'edit' mode (also called development mode): python setup.py develop If you wish to clone the repository and install from source, run this command from the root of the cloned repository. To install Cryptofeed along with all its optional dependencies in one bundle: pip install cryptofeed You can install them individually, or all at once. pip install cryptofeedĬryptofeed has optional dependencies, depending on the backends used. (It's recommended that you install in a virtual environment of your choosing).
