Skip to content

axway-streams/axway-amplify-streams-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamdata-python

Simple Python 3 app using streamdata.io.

Step by step setup

> cd streamdataio-python
> python3 -m venv streamdataio_env
> source streamdataio_env/bin/activate
> pip install -r requirements.txt
  • Edit client.py and replace [YOUR_STREAMDATAIO_APP_TOKEN] with your App token

  • Finally, launch the demo:

> python client.py

You should see data and patches pushed in your application and displayed on your terminal.

you can use the provided demo example API which simulates updating stocks prices from a financial market: 'http://stockmarket.streamdata.io/v2/prices'.

Feel free to test it with any REST/Json API of your choice.

About

Simple Python 3 app using streamdata.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%