Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Spike: weave like orm query handler #50

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Spike: weave like orm query handler #50

wants to merge 5 commits into from

Conversation

alpe
Copy link
Collaborator

@alpe alpe commented Mar 12, 2020

🚧 Spike
Relates to #30

I did a little excursus today to demo some weave like query handler. It works with indexes and tables and supports 3 different query modes:

  • By Key
  • By Prefix
  • by Range

In the group module I map the routes to the table and index manually. This is something we probably want to have close to the creation functionality.

A good start to understand the code would be the query tests

Included

  • Limits
  • Pagination

Not included:

  • Proper tests

Open questions

  • Request + response format
  • Encoding of parameters and response data (json or protobuf)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant