Skip to content

jylhakos/python_timeseries_redis_client_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

example_client.py

Python client for Redis key-value store using RedisTimeSeries client.

https://github.com/RedisTimeSeries/redistimeseries-py

Installing

  1. Download and install the latest Redis 5.x
$ make install

https://redis.io/download
  1. Download, make and load RedisTimeSeries module
$ git clone https://github.com/RedisTimeSeries/RedisTimeSeries.git

https://oss.redislabs.com/redistimeseries/
  1. Download and install redistimeseries-py Python client
$ python3 setup.py install
  1. Download and run an example Python script to create, add and query of timeseries in Redis.
$ python3 example_client.py

About

An example Python client for the time series with RedisTimeSeries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages