Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Research python json entity mappers #39

Open
jghibiki opened this issue Apr 6, 2020 · 0 comments
Open

Research python json entity mappers #39

jghibiki opened this issue Apr 6, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jghibiki
Copy link
Owner

jghibiki commented Apr 6, 2020

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

@jghibiki jghibiki added the enhancement New feature or request label Apr 6, 2020
@jghibiki jghibiki added this to the Overhaul Server milestone Apr 6, 2020
@jghibiki jghibiki self-assigned this Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant