influxdata / influxdata/influxdb
Spike: Relational Stacks
Open
@jsteenb2 is already working on this.
Since Jul 8, 2020.
area/templates
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Stacks are making for a relational model. We have the CUD events, which belong to a stack. The latest event is basically the state of the stack at that time.
This is a bit of a mess inside of kv store. It could be busted out into a relational model quite easily. I think this is important as it paves the way for the stack ownership mode. The existing solution for the ownership model... dear me, would be extremely fragile/high maintenance solution that opposes change.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.