instant-local-throwaway-alex
v1.0.6
Published
This is an experiment for instant
Downloads
14
Readme
Instant, May 2, 2021
Let's create a demo for Instant's In Memory Store. We'll have a working API for queries and writes.
Scratch
Rough notes for hacks I am doing:
- I am attached a
namespace/idattribute to every id.- This isn't necessary, but it makes a few things simpler:
- To search for just the user ids, I can now write:
?eid user/id 2
- To search for just the user ids, I can now write:
- This isn't necessary, but it makes a few things simpler:
