Open pombredanne opened 2 weeks ago
@pombredanne, suppose we collected and indexing all the crates from Crates.io. Once we have all crates indexed, could you clarify the next steps? Should we focus on setting up querying functionality, integrating the index into PurlDB, or enriching the data in any particular way? Any guidance on priorities or additional requirements would be greatly appreciated!
@alok1304 re:
suppose we collected and indexing all the crates from Crates.io. Once we have all crates indexed, could you clarify the next steps? Should we focus on setting up querying functionality, integrating the index into PurlDB, or enriching the data in any particular way? Any guidance on priorities or additional requirements would be greatly appreciated!
Getting the index is straightforward, this is just a git repo. With this the steps would be:
For batch operations:
For the on-demand API endpoint:
This would establish the data in PurlDB to collect, index, match and have a comprehensive references for all the crates.
In terms of priority, the on-demand operations are likely higher priority to get some results fast to than the full batch operations that come afterwards. Unless Batch 1. is really easy, which it may be.
We need to collect all the crates and index them. There is an API on crates.io and also a git repo with an index: