You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2021. It is now read-only.
Look for commonly used solutions for mapping json into objects, otherwise consider implementing one or use Schema, a dict, and utility functions directly.
The goal of this is to validate the schema of the pipelines as well as aid with setting up the initial state of the application. This state should be pushed into mongo after the first startup and on each subsequent startup we should check for differences between our schema and the mongo state. If there is a difference an update should be made to the mongo state. Ideally, there should be no state stored on the server threads when complete.
Look for commonly used solutions for mapping json into objects, otherwise consider implementing one or use Schema, a dict, and utility functions directly.
The goal of this is to validate the schema of the pipelines as well as aid with setting up the initial state of the application. This state should be pushed into mongo after the first startup and on each subsequent startup we should check for differences between our schema and the mongo state. If there is a difference an update should be made to the mongo state. Ideally, there should be no state stored on the server threads when complete.
This is research only, implementation is #40
The text was updated successfully, but these errors were encountered: