no_std environment for meilisearch #698
amiyatulu
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Thank you for sharing your use case @amiyatulu ! Currently, our team is focused on other prioritized initiatives. However, your feedback is valuable and we’re keeping the discussion open for other users to comment and upvote on our platform. Your voice matters and it helps shape our future developments. We appreciate your understanding and continued support! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using meilisearch in blockchain has many use cases, like indexing article feeds of data stored in blockchain, or using it for any search engines without relying on centralized servers. Like building decentralized google, for indexing different servers of mastodon for better search which is not possible now. Substrate blockchain provides offchain computing using offchain worker. But offchain worker only supports no_std. Also substrate sidechains can be used for more scalability. meilsearch can provide a no_std crate to be used with substrate blockchains.
Another needed feature is ability to store meilisearch data in ipfs/iroh
Beta Was this translation helpful? Give feedback.
All reactions