-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(Cosmos): eqx query, Category.TryHydrateTip #434
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a3ad9b3
to
762eaf3
Compare
632502c
to
df121c6
Compare
9e92dca
to
a88340c
Compare
1e5c393
to
9a9788b
Compare
a88340c
to
559f53f
Compare
9a9788b
to
e610c2b
Compare
041be93
to
c079b8d
Compare
e610c2b
to
10a4125
Compare
86bbdfd
to
7fef6fd
Compare
Would be good to see an example of how to use it in actual applications as well |
313e562
to
093af21
Compare
d2ee470
to
af658f5
Compare
13adb22
to
52630c6
Compare
e0cba15
to
1d11644
Compare
52630c6
to
04bc0ac
Compare
3296c62
to
dde8bd6
Compare
ba142d1
to
f05f3d3
Compare
Learnings/decisions relative to the original overview at the outset
Original proposal:We can:
|
858a434
to
771443a
Compare
bartelink
added a commit
that referenced
this pull request
Jan 11, 2024
771443a
to
b88a8d0
Compare
b88a8d0
to
baab4bb
Compare
fd705f3
to
e649c24
Compare
e649c24
to
97740c5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--index-unfolds
/-U
option toeqx init
to index unfolds"/u/[]/c/?"
(To be able to filter based on the name of the Unfold)"/u/[]/d/*"
(To be able to search based on values in an uncompressed unfolds via feat(Cosmos): compressUnfolds -> shouldCompress #436)eqx query
facility to validate costs / correctness of the indexesCosmosStoreCategory.TryHydrateTip
to generate a memento based onu
(and optionally the_etag
if it's forTransact
purposes)TryLoad
shortcut (based onTryHydrateTip
, but solely returns the state)Load = LoadOption.FromMemento
from feat!: Remove ISyncContext.CreateMemento #413 (but notISyncContext.CreateMemento
)Future/unanswered questions:
CosmosStoreContainer
expose a Querying mechanism (and should that let you express filters viaIQueryable<UnfoldBody>
)