- Redis
- Tensorflow
- Numpy
- npBusUtil: this script will handle sending a numpy array and reading it from redis server
- tfBusUtil: this script will handle sending tensorflow object to redis
- pdBusUtils: this script will send pandas dataframe and reading from redis.
- BusUtil: this is the base class that all BusUtill will drive from
This is the base class all bus utils will drive from. It contains
- Properties
- host
- port
- access name
- access password
- address
- Methods
Send(msg,timestamp)
Read()
Run()
Run Send and Read in an infinite loop on a separate thread
- Abstract Method
toBase64String(data)
data = fromBase64String()
- Emitter
NewMessageReceived(msg,timestamp)
# will be triggered and handled by a custom method or a class when a message is found