Replies: 1 comment 1 reply
|
It looks great. Just a question: do you intend to make FuseCloud open source as well? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm exploring Fuse Cloud, a hosted version of Fuse.js, and want to see if there's interest before going deeper.
The goal is simple: upload JSON, get a search API.
Same fuzzy matching style and Fuse-like results shape, but hosted so you don't need to ship the full dataset to the client.
Why this?
Fuse.js is great in-browser for many use cases. But once data grows (for example, 10K+ records), multiple users search the same index, or mobile performance becomes a constraint, teams often move to dedicated search infrastructure.
I'm exploring whether there's room for something in between: Fuse.js ergonomics, but hosted.
Who this might be for
Who this is probably not for
Early pricing direction
I'd love your input
Landing page with more details: https://www.fusejs.io/cloud.html
All reactions