memfault / interrupt

A community for embedded software makers.
https://interrupt.memfault.com
Other
464 stars 134 forks source link

draft: considerations when building embedded databases #482

Closed chrismerck closed 3 months ago

chrismerck commented 4 months ago

My first interrupt draft. Feedback appreciated.

noahp commented 4 months ago

Thanks @chrismerck it's looking great! We'll review ASAP.

noahp commented 4 months ago

One more thing I was thinking about, could be worth a small section-

Databases on small embedded systems tend to fall into 2 categories:

  1. Key-value store: think configuration values, settings, infrequently updated values
  2. Time-series storage: sensor readings, logs, user events
gminn commented 4 months ago

@chrismerck Looks great! Excited to publish this. Could you resolve the merge conflicts? We just had another new author's draft get merged so the authors page has conflicts. We'll then merge your draft and have it on deck to publish in July.

noahp commented 3 months ago

@chrismerck LMK if you'd like me to resolve the conflict and merge, happy to do it- looks good to ship otherwise!

chrismerck commented 3 months ago

OK, resolved the little merge conflict. Ready to go @noahp.