Typesense Alternatives
-
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
-
n8n
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
Elasticsearch
Free and Open, Distributed, RESTful Search Engine
-
MeiliSearch
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
-
VictoriaMetrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
-
typesense-instantsearch-adapter
A JS adapter library to build rich search interfaces with Typesense and InstantSearch.js
-
duckdf
🦆 SQL for R dataframes, with ducks
-
linux
Linux kernel source tree
-
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
-
TypeORM
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
-
cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
-
ClickHouse
ClickHouse® is a free analytics DBMS for big data
-
Graphene
GraphQL framework for Python
-
aimeos-laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
-
Bagisto
A Free and Opensource Laravel eCommerce framework built for all to build and scale your business.
-
laravel-ecommerce
AvoRed an Open Source Laravel Shopping Cart
-
Recipes
Django application for managing recipes
-
LaravelShoppingcart
A simple shopping cart implementation for Laravel
-
femtovg
Antialiased 2D vector drawing library written in Rust
Posts
- ClickHouse as an alternative to Elasticsearch for log storage and analysis
-
Building an concise search engine for my website - where to start?
Have a look at Typesense, which is an open source alternative to Algolia: https://github.com/typesense/typesense
-
Here's the source code for my movie indexer
The code that I just put on Github looks through an OD for movies, gets detailed information from those movies (like director, genre, rating, ...) and stores it in an index. It gets the movie data from http://www.omdbapi.com/ and stores it in a https://typesense.org/ cloud instance.
-
search functionality for laravel
Have a look at Typesense, which is an open source alternative to Algolia, and gives you the same instant search experience like this.
-
Amazon: Not OK – why we had to change Elastic licensing
There are also alternatives like Typesense: https://github.com/typesense/typesense
-
Elastic Moving to SSPL
Adding Typesense to the list as an easier-to-use alternative to ElasticSearch: https://github.com/typesense/typesense
One thing to point out though is that Typesense, MeiliSearch (and Algolia) are designed for Instant Search experiences, and so hold the entire index in memory. So for petabyte scale data (like logs) it might be wasteful (and expensive) to store that size of data in memory. This is where ElasticSearch shines and of course comes with it the overhead of managing it.
-
Weekly Feedback Post Saas Products Ideas Companies
A friend and I are working on Typesense, which is an open source search alternative to Algolia that can be self-hosted or used as a SaaS.
-
Mealie - A Self Hosted Recipe Manager Alpha Release
It relies on Typesense, which can also be self-hosted: https://github.com/typesense/typesense
- Real-time search with React Native and Firestore
-
Search Functionality - What would you recommend?
Typesense looks like the best solution to me.
-
Show HN: Stork: A customizable, WASM-powered full-text search plugin for the web
OP - congratulations on shipping! WASM-powered caught my eye.
Looks like the search index is downloaded and used locally in the browser, so this is as fast as search can get. One trade-off though is that you're limited to relatively small datasets. While this shouldn't be an issue for small-medium static sites, an index that needs to be downloaded over the wire will affect your page performance for larger sites / datasets.
In those cases, you'd want to use a dedicated search server like Algolia or its open source alternative Typesense [1]. Both of them store the index server-side and only return the relevant records that are searched for.
For eg: you'd probably not want to download 2M records over the wire to search through them locally. [2] You're better off storing the index server-side.
[1] https://github.com/typesense/typesense (shameless plug)
-
A brief history of Elasticsearch (2014)
It's interesting that the idea for ES was born while working on a cooking app.
I'm working on an open source alternative to Algolia, called Typesense (https://github.com/typesense/typesense) and just earlier this month I built a site to showcase Typesense search on a 2M cooking recipes dataset:
https://news.ycombinator.com/item?id=25365397
There's something about searching and cooking I guess!
-
Search Bar
Algolia can get expensive at scale. There’s also Typesense which is an open source alternative to Algolia: https://github.com/typesense/typesense
-
Ask HN: What startup/technology is on your 'to watch' list?
Have a look at Typesense as well which is an OSS alternative to Algolia: https://github.com/typesense/typesense
-
Easiest way to find 100s of Open-source alternatives for commercial software
I just submitted the Algolia OSS alternative I’m working on to the list: https://github.com/typesense/typesense
I’ll report back on how much traffic this brings.
So far awesomeopensource.com has brought the most traffic among all the directories mentioned in this thread.
Stats
typesense/typesense is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.