openmodelingfoundation / meillionen

tools for coupling simulation models
https://openmodelingfoundation.github.io/meillionen
Other
3 stars 2 forks source link

use arrow to serialize requests to command line application / web framework #20

Closed cpritcha closed 3 years ago

cpritcha commented 3 years ago

Right now the FuncRequest struct is being used. This has a number of draw backs:

The arrow request should have a sink struct column and a source struct column. The sink struct column will have one column for every sink declared in the interface. The source struct column will have one column for every source declared in the interface. This will also issuing multiple run instructions to one cli program which will be useful later.

cpritcha commented 3 years ago

We also should have a consistent way of dealing with resource versioning so that they can be handled by models in a consistent way.

cpritcha commented 3 years ago

we use flatbuffers now