-
Notifications
You must be signed in to change notification settings - Fork 7
Schema Integration #1
Comments
Thanks, there are some improvements coming too, but I'm still finishing an edge case. The new version makes it easy to react to signalk keys and value changes, or to generate synthetic keys from real data - eg true wind from apparent wind. 'full schema integrating' - not sure what you mean. I'm deliberately using unstructured json (maps etc) as signalk both develops fast, and allows for arbitrary extension. Ive used jackson to reverse the schema to java pojos for the swagger docs, and tried the full schema too. Jackson didnt create nice pojos, so I canned that. Roadmap is in my head!.
But its a lot of work. Extra hands are always welcome. |
Did some design docs https://github.com/SignalK/artemis-server/blob/master/design/design.md |
Hey guys,
we are developing something pretty new for the marine sector. And we want to rely on signal k.
I just had a look to your source code. I like the way you did it.
But I couldn't find a full schema integrating. Are you doing it by hand, or ist there a automatic way to read it from the json files of the specification repository?
Do you have a roadmap?
Best,
Martin
The text was updated successfully, but these errors were encountered: