This Renkon still does not perform inference, but it provides:
- a fully fleshed out storage system
- CLI
- Arrow Flight compatible server/client supporting get and put of frames to/from csv/parquet/arrow.
What's Changed
* Sketch of server CLI and structure (plus more config) by DylanLukes in https://github.com/DylanLukes/renkon/pull/15
* Stubbed client/server CLI and classes. by DylanLukes in https://github.com/DylanLukes/renkon/pull/16
* Redesigned Registry, Storage, and Repository interfaces. by DylanLukes in https://github.com/DylanLukes/renkon/pull/19
* First draft of Apache Arrow Flight compatible `renkon server` by DylanLukes in https://github.com/DylanLukes/renkon/pull/21
* Fix failing tests on Windows by DylanLukes in https://github.com/DylanLukes/renkon/pull/23
* Revert "Fix failing tests on Windows (23)" by DylanLukes in https://github.com/DylanLukes/renkon/pull/24
* Fix failing tests on Windows by DylanLukes in https://github.com/DylanLukes/renkon/pull/25
* Implement basic client/server with get/put commands. by DylanLukes in https://github.com/DylanLukes/renkon/pull/26
**Full Changelog**: https://github.com/DylanLukes/renkon/compare/v0.0.1a1...v0.0.2