Tyk VS Kong

Compare Tyk vs Kong and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Tyk Kong
6 18
9,243 37,482
1.2% 1.2%
9.6 9.9
about 10 hours ago 4 days ago
Go Lua
GNU General Public License v3.0 or later 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.

Tyk

Posts with mentions or reviews of Tyk. 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
    Tyk: An open-source API Gateway that is fast and scalable, running on either its own standalone server or alongside your existing nginx installation.
  • I want to contribute to open source but don't know where to start
    9 projects | /r/golang | 28 Apr 2023
    We're a friendly bunch at https://github.com/TykTechnologies/tyk - I'll gladly pick up onboarding contributors for some meaningful tasks, if you'd like to ease into it. Lots of tech debt to address, so it's more maintenance work, testing, introducing DDD, etc.
  • Open source webhook service
    4 projects | /r/opensource | 21 Dec 2022
  • One-click trial on TYK API gateway with Tin
    1 project | dev.to | 20 Dec 2021
    Traditional way to try an open-source project Tyk is an open source API gateway project. Organizations can control access to the gateway and protect the security of enterprises and organizations. To start with, I chose the traditional way, using docker-compose to install it, which requires the Git and Docker environment on the computer.
  • TykTechnologies/tyk: Open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols
    1 project | /r/k8s | 5 Nov 2021
  • Microservices Design - API Gateway Pattern
    2 projects | dev.to | 1 Jan 2021
    Amazon API Gateway AWS provides fully managed service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket where developers can create APIs that access AWS or other web services, as well as data stored in the AWS Cloud. Kong API Gateway Kong Gateway is an open-source, lightweight API gateway optimized for microservices, delivering unparalleled latency performance and scalability. If you just want the basics, this option will work for you. It is scalable easily horizontally by adding more nodes. It supports large and variable workloads with very low latency. Other API Gateways Apigee API Gateway MuleSoft Tyk.io Akana SwaggerHub Azure API Gateway Express API Gateway Karken D Choosing the right API gateway Some of the common baseline for evaluation criteria include simplicity, open-source vs propriety, scalability & flexibility, security, features, community, administrative (support, monitoring & deployment), environment provisioning(installation, configuration, hosting offering), pricing, and documentation. API Composition / Aggregation Some API requests in API Gateway map directly to single service API which can be served by routing request to the corresponding microservice. However, in the case of complex API operations that requires results from several microservices can be served by API composition/aggregation (a scatter-gather mechanism). In case of dependency of one another service where synchronous communication is required, the chained composition pattern has to be followed. The composition layer has to support a significant portion of ESB/integration capabilities such as transformations, orchestration, resiliency, and stability patterns. A root container is deployed with the special distributor and aggregator functionalities (or microservices). The distributor is responsible for breaking down into granular tasks and distributing those tasks to microservice instances. The aggregator is responsible for aggregating the results derived by business workflow from composed microservice. API Gateway and Aggregation API gateway with added features results in overambitious gateways that encourage designs that continue to be difficult to test and deploy. It is highly recommended to avoid aggregation and data transformation in the API Gateway. Domain smarts are better suited to be done in application code that follows the defined software development practices. Netflix API Gateway, Zuul 2 removed a lot of the business logic from Gateway that they had in Zuul to origin systems. For more details, refer here. Service Mesh and API Gateway Service mesh in microservices is a configurable network infrastructure layer that handles interprocess communication. This is akin to what is often termed as sidecar proxy or sidecar gateway. It provides a lot of functionalities such as:

Kong

Posts with mentions or reviews of Kong. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-25.
  • Kong 3.6 with LLM Support
    1 project | news.ycombinator.com | 15 Feb 2024
  • 5 Ways to Improve Your API Reliability
    6 projects | dev.to | 25 Jul 2023
    Kong: A cloud-native, fast, scalable, and distributed Microservice Abstraction Layer (also known as an API Gateway or API Middleware). Made available as an open-source project in 2015, its core functionality is written in Lua and it runs on the nginx web server.
  • Access to Gravitee Github repository has been restricted - This is NOT how OSS works
    1 project | /r/programming | 11 Jun 2023
    OPeNsOuRcE. Good time to switch to Kong, better option anyways.
  • Self hosting costing questions
    1 project | /r/Supabase | 13 Mar 2023
  • Proxy Basic Auth Replacement Best Practice for Cloud Native / OIDC / Vault
    4 projects | /r/devops | 9 Mar 2023
    Sounds like you want an API gateway? What about Kong?
  • HAProxy 2.7
    5 projects | news.ycombinator.com | 2 Dec 2022
    Unquestionably no, Kong is "OpenResty plus a management plane" and they're Apache 2: https://github.com/kong/kong#license
  • Ask HN: Who is hiring? (April 2022)
    31 projects | news.ycombinator.com | 1 Apr 2022
    Kong (https://konghq.com) | Gateway Senior Engineer | REMOTE Europe | Full-time

    The Kong Gateway is an API Management solution, which serves as a foundation for many other solutions by the company. The business model is open-core: an Open Source solution exists (https://github.com/kong/kong), and there's an Enterprise version with more features and dedicated support.

    The tech stack is a modified Openresty with of Lua code on top. The ideal candidate would be someone who is already familiar with Kong. Alternatively, if you are familiar with Openresty or other API management solution, we also would love to talk with you.

    I am personally interested in finding people to join me in the European Gateway Team. The role involves adding features, fixing bugs, and collaborating with other teams. Here's that position:

    https://jobs.lever.co/kong/c1a2b204-45a8-4c19-9cd4-d9824a778...

    We have many projects and many teams all around the world (current headcount is ~450), using other technologies like Node in the Kong Manager or Go in the Koko project, and we are constantly looking for people. Please visit our careers page to find out more!

    https://konghq.com/careers/

  • Breaking Up a Monolithic Database with Kong
    1 project | dev.to | 13 Dec 2021
    Kong Gateway allows the complexity of service-tier APIs to be reduced to a collection of endpoints (or URIs) focused on meeting a collection of business needs and functionality. Often-duplicated components (like authentication, logging, and security) are handled by the gateway and can be removed from the service-tier design.
  • 27 open-source tools that can make your Kubernetes workflow easier 🚀🥳
    26 projects | dev.to | 9 Nov 2021
  • Difference between Reverse Proxy, Load Balancer and API Gateway
    1 project | /r/devops | 29 Sep 2021
    I am seeing different companies taking different approach. I am not sure anymore where each should be actually used. On top of that tech like Kong make me question whether API Gateway should be one thing for all. Some perspective into this would be really appreciated.

What are some alternatives?

When comparing Tyk and Kong you can also consider the following projects:

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

apisix - The Cloud-Native API Gateway

Postwoman - 👽 Open source API development ecosystem - https://hoppscotch.io

apisix-docker - the docker for Apache APISIX

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

Pizzly - The simplest, fastest way to integrate your app with an OAuth API

konga - More than just another GUI to Kong Admin API

API Platform - Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.

Keycloak - Open Source Identity and Access Management For Modern Applications and Services

DreamFactory - DreamFactory API Management Platform

kubernetes-ingress-controller - :gorilla: Kong for Kubernetes: The official Ingress Controller for Kubernetes.