meilisearch-js VS traefik

Compare meilisearch-js vs traefik and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
meilisearch-js traefik
15 188
685 47,984
3.1% 1.2%
8.6 9.4
12 days ago 3 days ago
TypeScript Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

meilisearch-js

Posts with mentions or reviews of meilisearch-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-24.
  • Show HN: Podcastsaver.com – a search engine testbench dressed as a podcast site
    3 projects | news.ycombinator.com | 24 Oct 2022
    Thanks! I removed the URLs and now the searchable attributes are only title, description and some author fields!

    > Just a detail, if you're making a `du -sh` on your computer, the size on the disk will stay unchanged because we are doing soft deletion ;). Don't worry. It will be physically deleted after a while if you need it in the future.

    Ah I was just wildy undershooting the size I gave the PVC! I just gave it much more and it's fine -- right now it's resting around 19Gi of usage, which is actually a bit of a problem considering the data set was only like 4GB or something like that originally. That said, disk is really not an issue so I'll just throw more at it, maybe leave it at 32GB and call it a day (it's around 1.6MM documents out of ~2MM), so shouldn't be too much more.

    > If you kept the default configuration of Meilisearch, the maximum size of the HTTP payload is 100Mb (for security). You change it here -> https://docs.meilisearch.com/learn/configuration/instance_op...

    Thanks for this, I'll keep this in mind -- so I could actually pass off HUGE chunks to Meilisearch.

    It seems like the larger the chunk the more efficient? There didn't seem to be much of a change in how much time it took to work through a chunk of documents, more just that having lots of smaller chunks would go slower. I started off with 10k in a batch, then went to 1k then back to 5k, maybe I should go to 100k docs in a batch and see the performance.

    There's a blog post waiting to be written in here...

    > addDocumentsInBatches() is just an helper to send your big json array into multiple parts, not absolutely sure you'll need it. (Code -> https://github.com/meilisearch/meilisearch-js/blob/807a6d827...)

    Thanks! Was this something someone requested? Is there a tangible benefit (were there some customers that didn't want to split up the payloads themselves)? Because it seems like unnecessary cruft in the API otherwise.

  • Which one of these gems are still usable in rails 6/7? and which ones have a good alternative?
    1 project | /r/rails | 6 Jun 2022
    sunspot: looks active, but I would question the idea of using Solr as your search engine. Have you considered https://www.meilisearch.com it a bit like Algolia but open source.
  • What do you use for e-commerce search?
    4 projects | /r/PHP | 30 May 2022
    You could use Meilisearch: https://www.meilisearch.com/
  • Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.61]
    4 projects | /r/rust | 20 May 2022
    COMPANY: Meilisearch, here is our website and Github repository.
  • What are your Most Used Self Hosted Applications?
    46 projects | /r/selfhosted | 28 Apr 2022
    Meilisearch - Provides search for the main BookStack static site/docs/blog.
  • 8 Open Source Projects for Your Ecommerce Stack
    7 projects | dev.to | 26 Apr 2022
    Meilisearch is an open source search engine that adds highly performant search engines to any website or app, including ecommerce stores.
  • Review: Saleor vs Medusa Two Opensource Headless Ecommerce Platforms
    4 projects | dev.to | 10 Apr 2022
    Medusa allows you to integrate any search engine of your choice into the platform. It already integrates with search systems like Meilisearch or Algolia to provide an intuitive search experience for the customers.
  • metasearch engine using rails
    1 project | /r/rails | 19 Mar 2022
    I would return a question to you. How much of a database do you need? Wouldn't it be more efficient to implement something like Elastic or https://www.meilisearch.com to index your metadata and quickly return to the users?
  • Build Your Own E-Commerce Keystone.js-Based System — Requirements and Architecture
    5 projects | dev.to | 8 Mar 2022
    Not so long ago I was working on a system based on Keystone.js CMS. But there it was used much more sophisticated way than just as basic headless CMS. I was easily able to extend it with search engine (Rust-based Meilisearch) and connect to external APIs.
  • OpenSearch – open-source search and analytics based on Apache 2.0 Elasticsearch
    5 projects | news.ycombinator.com | 5 Mar 2022
    Only semi-related, but I've recently started using https://www.meilisearch.com/. It's relatively limited, but works great for small use cases. It's also pretty easy to operate. I'm hoping as it continues to grow it will support more features and use cases. I don't think the creators intend to address the same depth of complex features in ElasticSearch (and the like), but that's a desirable attribute in my opinion.

traefik

Posts with mentions or reviews of traefik. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.
  • Take a look at traefik, even if you don't use containers
    7 projects | news.ycombinator.com | 5 May 2024
  • Release Radar · April 2024 Edition: Major updates from the open source community
    12 projects | dev.to | 3 May 2024
    Pronounced "traffic", Traefik is a modern HTTP reverse proxy and load balancer aimed at making deploying microservices easier. It integrates with your existing infrastructure components such as Docker, Kubernetes, and others, and configures itself automatically and dynamically. The latest version adds lots of new options and enhancements such as adding healthcheck options, support for custom headers, and more. Read the migration guide on how to update to the latest version which is now required due to breaking changes.
  • Ask HN: Are there any open source forks of nomad smd consul?
    9 projects | news.ycombinator.com | 2 May 2024
    > I think etcd is basically a k8s only project now

    I hate etcd with the best of them, but etcd is used in a lot more places than just kubernetes:

    https://github.com/apache/apisix/blob/master/docs/en/latest/...

    https://github.com/traefik/traefik#:~:text=Etcd,

    https://github.com/zalando/patroni#patroni-a-template-for-po...

    https://github.com/purpleidea/mgmt/tree/0.0.26/etcd (this one shows up on HN quite a bit)

    https://github.com/sorintlab/stolon#features

    It's actually one of the major reasons I wouldn't touch those projects

  • Traefik Proxy v3.0.0 Released
    1 project | news.ycombinator.com | 29 Apr 2024
  • How to securely reverse-proxy ASP.NET Core web apps
    3 projects | dev.to | 4 Apr 2024
    However, it's very unlikely that .NET developers will directly expose their Kestrel-based web apps to the internet. Typically, we use other popular web servers like Nginx, Traefik, and Caddy to act as a reverse-proxy in front of Kestrel for various reasons:
  • Deploying Web Apps with Caddy: A Beginner's Guide Caddy
    5 projects | news.ycombinator.com | 27 Feb 2024
    Not as good though. Case in point: https://github.com/traefik/traefik/issues/5472#issuecomment-... (that's just from this morning)

    I'm speak objectively here. Of course, any built-in auto HTTPS that works (more or less) is better than none. Traefik uses an ACME library that was originally written for Caddy. After the original author left that project, Traefik team started maintaining it. Caddy's users' requirements exceeded what the library was capable of, but unfortunately there was friction in getting it to achieve our requirements. So I ended up writing a new ACME client library in Go and, together with upgrades in CertMagic (Caddy's auto-TLS lib), Caddy has the more flexible, robust, and capable auto-HTTPS functionality.

    That is to say, not all auto-HTTPS functionalities are the same.

  • Security Workshop Part 1 - Put up a gate
    1 project | dev.to | 3 Nov 2023
    We'll use Traefik, an open source cloud native gateway that can plug into a Kubernetes cluster. It has the concept of "middleware" that can process API requests before passing them through to a backend. We can configuring a rate limit for all of our API endpoints by matching on the request path:
  • Install plugin in k8s cluster running in Kind
    1 project | /r/Traefik | 2 Nov 2023
    I did the same question here and here
  • The Tailscale Universal Docker Mod
    22 projects | news.ycombinator.com | 8 Oct 2023
  • Set Default Config in traefik.toml and overwrite with specific container config
    1 project | /r/Traefik | 25 Sep 2023
    Sadly there is currently no way of doing so. https://github.com/traefik/traefik/issues/6999

What are some alternatives?

When comparing meilisearch-js and traefik you can also consider the following projects:

Directus - The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface

Vue Storefront - Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.

Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

Saleor - Saleor Core: the high performance, composable, headless commerce API.

ingress-nginx - Ingress-NGINX Controller for Kubernetes

google-api-nodejs-client - Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.

Squid - Squid Web Proxy Cache

svix-webhooks - The enterprise-ready webhooks service 🦀

envoy - Cloud-native high-performance edge/middle/service proxy

Nextcloud - ☁️ Nextcloud server, a safe home for all your data

socks5-proxy-server - SOCKS5 proxy server