Implement Tree Status Backend Store in Tree-Status |
|||||
Issue descriptionChromium Status' data storage for tree statuses uses Ndb (Python wrapper over DataStore), so we should be able to get a 1 to 1 mapping of the data model. Unfortunately, there doesn't see to be an easy way to make a single DataStore instance accessible by multiple projects. Otherwise, I might strongly support linking the stores at the DataStore level for simplicity of migration (keep on source of truth).
,
Aug 29 2017
,
Aug 29 2017
,
Aug 29 2017
Note, the Ndb model for Chromium Status's status store is here: https://cs.chromium.org/chromium/infra/appengine/chromium_status/appengine_module/chromium_status/status.py?l=209 The only difference, I think, is that we'll have to add a tree field to it.
,
Oct 6 2017
,
Dec 14 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by zhangtiff@chromium.org
, Aug 29 2017