-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Publishing lib crates independantly to crates.io #391
Comments
Thanks! In the meantime you should be able to reference the packages straight from git?
|
nice! I didn't know I could do that. |
Just out of curiosity, what are you hoping to use them on/for @mattyg ? :) |
Well I've been playing with the holochain-open-dev time index for querying feeds in clutter and herddit -- it looks like this version is bit cleaner implementation and more actively maintained so probably makes sense switch to it. I expect there will be a need for time indexes in most apps. The semantic index just looks like a way more robust, production-grade architecture that abstracts any kind of data relationships, so I'd like to try using it over just manually creating some links for a specific use-case. Idk my impression is hREA is the most complicated, flexible and high quality package in the holochain ecosystem and has implemented a lot of novel patterns that I'll need to be get my head to use in future applications. So part of the answer is "I don't know what I need it for but I'm pretty sure I need it" 😆 |
Thanks for saying so @mattyg <3 It's encouraging to know that people are following along and finding these libraries to be useful. At some point once the core API is stabilised we need to do a maintenance pass and extract some of the common modules to separate repos in the Time indexingAll inspiration goes to @jdeepee for the original library which heavily inspired the design of For this library the outstanding feature to complete prior to release is #85 which involves a complex tree traversal algorithm for paginating forwards and backwards in an ordered time tree. Semantic indexes
UUID typesAlso want to mention CRUDI'm pretty happy with Also it's not such a great name now since the terminology changes so some renaming of this library is likely in future. |
This is really really helpful context thank you! I'll have to dig into these further but will definitely reach out if I have more questions. Thanks again |
Hey @pospi can you clarify the current status of pagination in hdk_time_indexing? I know you said its not implemented fully and I see here that it's use is commented out in hdk_semantic_indexes ( hREA/lib/hdk_semantic_indexes/zome/src/lib.rs Line 145 in c5487c9
|
I'd really love to reuse some of the lib crates you've built in other projects. Any chance you could publish them independently?
The most useful to me in the short term are hdk_semantic_indexes and hdk_time_indexing. Thanks I love what you're doing.
The text was updated successfully, but these errors were encountered: