Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out the codex query API #22

Open
m0ar opened this issue Nov 29, 2023 · 1 comment
Open

Figure out the codex query API #22

m0ar opened this issue Nov 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request eth denver
Milestone

Comments

@m0ar
Copy link
Collaborator

m0ar commented Nov 29, 2023

While there are a mixed bag of query functions, we need to create a logical API for composedb requests. We can already resolve the underlying stream state under several constraints, but explorative querying isn't yet exported. Querying just the basic entity is simple, but traversing relations etc is a bit more tricky to reach logical semantics with.

@m0ar m0ar added the enhancement New feature or request label Nov 29, 2023
@m0ar
Copy link
Collaborator Author

m0ar commented Dec 14, 2023

Also, some convention for paging responses. Currently thinking pointer and nextPage boolean, or returning a generator/observable with the tail request.

@m0ar m0ar added this to the ETH Denver milestone Dec 20, 2023
@m0ar m0ar self-assigned this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request eth denver
Projects
None yet
Development

No branches or pull requests

1 participant