SaaSHub helps you find the best software and product alternatives Learn more →
Stork Alternatives
Similar projects and alternatives to stork
-
yoroi-frontend
Yoroi Wallet - Cardano ADA Wallet - Your gateway to the financial world (extension frontend)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Typesense
Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
-
-
-
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
-
-
-
-
-
-
-
-
-
-
name-needed
🕹 A one man effort to produce an intuitive and high performance Dwarf Fortress-esque game. Needs a name.
-
-
jetson-nano-image
Discontinued Create minimalist, Ubuntu based images for the Nvidia jetson boards [Moved to: https://github.com/pythops/jetson-image]
stork discussion
stork reviews and mentions
-
Tantivy – full-text search engine library inspired by Apache Lucene
I ‘m using https://stork-search.net for my static website search, but it’s no longer maintained. So yeah, Tantivy would be a great candidate to replace it! :)
-
Ask HN: What's the best way to add search to my website?
If your content is mostly static, you might want to consider pre-building an index and shipping it as a whole. You could look into something like
* https://stork-search.net/ (Rust/WASM)
* tinysearch: https://github.com/tinysearch/tinysearch (Rust/WASM)
* https://lunrjs.com/ (JS, simple, stable)
* http://elasticlunr.com/ - based on the former, slightly more sophisticated tuning options
-
Ask HN: Could you show your personal blog here?
Mostly write about Elixir. Check out the search function. It is a rust library run as WASM in the browser (all the right keywords for HN hehe).
My blog: https://victorbjorklund.com/blog
Search library used: https://stork-search.net/
(And yes, I know it is totally overkill to have search when you just got a few articles)
-
How to fuzzy-search html pages generated from org?
Also another alternative is stork https://stork-search.net/
-
Does Github Pages support Stork search?
Stork seems perfect: https://stork-search.net/
-
Ask HN: What do you use to power search for a static site?
It doesn’t do live crawling, so might not be quite what you want, but I built Stork Search (https://stork-search.net) to solve full-text search for static sites.
Today, you’d run a binary as part of a site’s build or deploy process, feeding in the input files. It generates a search index which you deploy alongside your site. The project’s JS library will load that index and turn it into a client-side interactive search interface.
I’d be curious to see if this sounds interesting or workable for you - you mentioned that you don’t want to host your own index, but does that change if “hosting the index” feels similar to hosting an image, instead of spinning up a server?
I’d be interested in building a paid addition that will crawl your site & host the index - you’re probably the 2nd person I’ve seen with that suggestion. Please let me know if you’d be interested in being a beta user.
-
Lightning-Fast, Open Source Search
You can index your crawl data with StorkSearch[0] then use its js interface for search.
[0]https://stork-search.net/
-
Know of any projects using WASM
stork: a fast web search made for static sites
- Impossibly fast web search, made for static sites.
-
Is there anything that can generate a full-text searchable site from a bunch of HTML files?
There seems to be an open issue regarding this hopefully it is resolved soon.
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Dec 2024
Stats
jameslittle230/stork is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of stork is Rust.