Skip to content

davidchapuis/alpaca-news-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpaca News Connector

This script is an example of Alpaca News connector that retrieves news from Alpaca in real-time. This is based on websockets and bytewax (open-source framework to build highly scalable pipelines).

Prerequisites

Make sure you are in the folder of the project and have a virtual environment activated. Install the Python modules (Websockets, Bytewax) by runing the following command in your terminal:

pip install -r requirements.txt

Running the Dataflow

If needed, grant permissions:

chmod +x run.sh

Then, run the following command:

./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published