krakend-ce VS apisix-dashboard

Compare krakend-ce vs apisix-dashboard and see what are their differences.

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
krakend-ce apisix-dashboard
8 35
1,750 926
1.6% 1.3%
8.8 4.1
15 days ago about 1 month ago
Go Go
Apache License 2.0 Apache License 2.0
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.

krakend-ce

Posts with mentions or reviews of krakend-ce. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-25.
  • 5 Ways to Improve Your API Reliability
    6 projects | dev.to | 25 Jul 2023
    KrakenD: A high-performance open-source API Gateway. It helps application developers release features quickly by eliminating all the complexities of SOA architectures while offering a unique performance.
  • NGINX Rewrite Behavior
    1 project | /r/nginx | 23 Mar 2023
    This is my first foray into NGINX, and it seems my desired use-case is a bit different/left field. We're attempting to utilize NGINXaaS (Azure PaaS) to act as an API Gateway for some of our on-premise APIs. We were trailing KrakenD prior for this, but are moving toward NGINX as there's a desire to move everything PaaS (where appropriate). Our current KrakenD instance is configured to host a different set of URI than what the backend is configured for, IE:
  • Introducing Frontman: A Lightweight API Gateway Service Written in Go
    4 projects | /r/programming | 4 Mar 2023
  • How to choose the right API Gateway
    15 projects | dev.to | 22 Nov 2022
    Check what configuration language (JSON/Yaml) and style (Declarative/Imperative) chosen API Gateway support. It is not so crucial but sometimes you might ask: Does it have a user-friendly GUI and drag&drop easy config option? Some open-source projects like Tyk, Krakend.io, and Apache APISIX have built-in no-code possibly visual editing dashboards. You can even import all your APIs descriptions from a JSON.
  • Share Your Code.. Share your most unique piece of Go code.
    57 projects | /r/golang | 15 Oct 2022
    KrakenD and Lura https://github.com/krakendio/krakend-ce https://github.com/luraproject/lura
  • Apache Apisix: Open-Source API Gateway and API Management Platform
    6 projects | news.ycombinator.com | 15 Sep 2022
    I was trying to look up the license for that project and the repo linked from the footer of their website is https://github.com/krakendio/krakend-ce#readme (Apache 2), but because I just did a web search for krakend there is also https://github.com/luraproject/lura#readme which says it's from the Linux Foundation (also Apache 2)

    Is KrakenD some kind of generic term, or does that project just have a complex history?

  • What is the coolest Go open source projects you have seen?
    84 projects | /r/golang | 15 Sep 2022
    https://github.com/krakendio/krakend-ce api gateway built using lura

apisix-dashboard

Posts with mentions or reviews of apisix-dashboard. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • RBAC with API Gateway and Open Policy Agent(OPA)
    4 projects | dev.to | 16 May 2023
    With various access control models and implementation methods available, constructing an authorization system for backend service APIs can still be challenging. However, the ultimate goal is to ensure that the correct individual has appropriate access to the relevant resource. In this article, we will discuss how to enable the Role-based access control(RBAC) authorization model for your API with open-source API Gateway Apache APISIX and Open Policy Agent (OPA).
  • Make API product lifecycle management easy
    2 projects | dev.to | 29 Mar 2023
    The API Create phase is the first stage in the API product lifecycle management process where you design, orchestrate, transform, document, and test your API. At this stage, modern API gateways like Apache APISIX can be helpful to build your API from scratch or import API definitions from a range of sources like OpenAPI YAML/JSON structure to register Route and Upstreams.
  • mTLS everywhere!
    5 projects | dev.to | 23 Mar 2023
    Apache APISIX is an API Gateway. By default, it stores its configuration in etcd, a distributed key-value store - the same one used by Kubernetes. Note that in real-world scenarios, we should set up etcd clustering to improve the resiliency of the solution. For this post, we will limit ourselves to a single etcd instance. Apache APISIX offers an admin API via HTTP endpoints. Finally, the gateway forwards calls from the client to an upstream. Here's an overview of the architecture and the required certificates:
  • Efficiently Manage Your GraphQL API with API Gateway
    4 projects | dev.to | 22 Mar 2023
    One of the key features of modern API Gateways such as Apache APISIX is its support for GraphQL APIs. APISIX makes it easy to manage and scale GraphQL APIs using its flexible configuration system and powerful plugins. One such plugin is the degrapghql plugin, which allows us to convert the GraphQL API into a REST API. In this post, we will explore this feature with an example.
  • A Guide to DevSecOps with API Gateway
    8 projects | dev.to | 17 Mar 2023
    Secure your API: Use an to secure API Gateway by adding authentication, rate limiting, and other security features. It reduces the number of exposed APIs, organizations can reduce surfaces of attacks.
  • gRPC on the client side
    9 projects | dev.to | 16 Mar 2023
    An alternative exists, though, if you're using an API Gateway. I'll describe how to do it with Apache APISIX, but perhaps other gateways can do the same. grpc-transcode is a plugin that allows transcoding REST calls to gRPC and back again.
  • I am building my first microservice project, what API Gateway do y'all use? or how do you implement an API Gateway?
    1 project | /r/django | 6 Mar 2023
    I've used Kong but currently evaluating APISix as it's a more 'free/open' API gateway.
  • Expose APIs from Apache APISIX to the Power Platform
    2 projects | dev.to | 2 Mar 2023
    In this article, we will show you how to create a custom connector for the open-source Apache APISIX API Gateway in Power Platform as an alternative to Azure API Management in case you are building up additional components to an existing system with usable APIs and your system's infrastructure is hosted on-premises or on other cloud services provider rather than Azure.
  • The right feature at the right place
    2 projects | dev.to | 23 Feb 2023
    Here's how to do it with Apache APISIX.
  • Apache APISIX Serverless Plugin for Event Hooks
    6 projects | dev.to | 21 Feb 2023
    Apache APISIX is an open-source, high-performance API gateway built on top of Nginx. One of its powerful features is the ability to create serverless functions, which are small, stateless programs that can extend the functionality of Apache APISIX. In this article, we'll cover the basics of the Apache APISIX serverless plugin and how it can be used to trigger serverless functions in response to events.

What are some alternatives?

When comparing krakend-ce and apisix-dashboard you can also consider the following projects:

apisix - The Cloud-Native API Gateway

etcd - Distributed reliable key-value store for the most critical data of a distributed system

KrakenD - Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation

express-gateway - A microservices API Gateway built on top of Express.js

ngrok - Unified ingress for developers

prometheus - The Prometheus monitoring system and time series database.

GoLang-in-a-spring-cloud-architecture - Building a micro service in GoLang and including it at a spring cloud architecture

Vagrant - Vagrant is a tool for building and distributing development environments.

ms-demo-gen - MSDGen: Generater for microservice demos of any given size and connectivity constraints.

frontman - Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.

google.cloud - GCP Ansible Collection https://galaxy.ansible.com/google/cloud