Skip to content

ScreamingUdder/python-streaming-deserialisation-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-streaming-deserialisation-tools

Simple Python code for fetching and deserialising experiment data.

This is a simple set of tools for fetching data from Kafka and deserialising it - it is purely for diagnostic purposes.

The schemas for the various data-types are found in the following repository: https://github.com/ess-dmsc/streaming-data-types

If the schema changes then new Python code will have to generated using flatc:

flatc.exe -p -o "SchemaFolderName" "Schema.fbs"

About

Simple Python code for fetching and deserialising experiment data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages