DylanLukes / renkon

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Basic server (`renkon serve`) w/ read + write access to dataframe store. #13

Closed DylanLukes closed 1 year ago

DylanLukes commented 1 year ago

Tentative plan: just use this off-the-shelf (already use Arrow IPC as standard format, and it is rapidly becoming a standard for other tools).

https://arrow.apache.org/docs/format/Flight.html https://arrow.apache.org/docs/python/generated/pyarrow.flight.FlightServerBase.html

Pros:

Cons:

DylanLukes commented 1 year ago

Instructive example:

https://arrow.apache.org/cookbook/py/flight.html

Renkon fits this very well, plus some actions for initiating and querying inferences.

DylanLukes commented 1 year ago

CLI for server and stub implementation (does nothing) implemented in #15.