All Projects → Haufe-Lexware → Wicked.haufe.io

Haufe-Lexware / Wicked.haufe.io

Licence: other
An API Management system based on Mashape Kong

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wicked.haufe.io

Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+27934.55%)
Mutual labels:  api-management, kong
dashy
Simple Stupid Kong Admin Dashboard made for my homie now available for you my homies.
Stars: ✭ 20 (-81.82%)
Mutual labels:  api-management, kong
Istio
Connect, secure, control, and observe services.
Stars: ✭ 28,970 (+26236.36%)
Mutual labels:  api-management
Microgateway
IBM API Connect Microgateway framework, built on Node.js & Nginx
Stars: ✭ 1,131 (+928.18%)
Mutual labels:  api-management
Food Delivery Application
This android application is a food delivery application. It uses various layouts and a nice GUI.
Stars: ✭ 27 (-75.45%)
Mutual labels:  api-management
Parallec
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Stars: ✭ 777 (+606.36%)
Mutual labels:  api-management
Kongpose
Kong and Konga (admin webapp) development setup on docker-compose
Stars: ✭ 52 (-52.73%)
Mutual labels:  kong
Product Apim
Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
Stars: ✭ 508 (+361.82%)
Mutual labels:  api-management
Kong Ingress
[DEPRECATED] A Kubernetes Ingress for Kong
Stars: ✭ 96 (-12.73%)
Mutual labels:  kong
Tyk Kubernetes
Tyk + Kubernetes integration (guide).
Stars: ✭ 63 (-42.73%)
Mutual labels:  api-management
Chn Eolinker Ams Lite 4.0 For Php
中国最大的在线API管理平台EOLINKER 旗下API管理系统开源精简版,适合个人以及微型团队使用。
Stars: ✭ 869 (+690%)
Mutual labels:  api-management
Nei Toolkit
NEI 接口文档管理平台配套自动化工具
Stars: ✭ 781 (+610%)
Mutual labels:  api-management
Api Mocker
Api Mocker is more of an api management system than a mocker.
Stars: ✭ 1,090 (+890.91%)
Mutual labels:  api-management
Tyk
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Stars: ✭ 6,968 (+6234.55%)
Mutual labels:  api-management
Kong Plugin Response Cache
A Kong plugin that will cache responses in redis
Stars: ✭ 66 (-40%)
Mutual labels:  kong
Apiman
API Management
Stars: ✭ 606 (+450.91%)
Mutual labels:  api-management
Go Kong
DEPRECATED
Stars: ✭ 25 (-77.27%)
Mutual labels:  kong
Fusio
Open source API management platform
Stars: ✭ 946 (+760%)
Mutual labels:  api-management
Kubernetes Ingress Controller
🦍 Kong for Kubernetes: the official Ingress Controller for Kubernetes.
Stars: ✭ 1,347 (+1124.55%)
Mutual labels:  kong
Mcw Modern Cloud Apps
MCW Modern cloud apps
Stars: ✭ 90 (-18.18%)
Mutual labels:  api-management

Wicked Good API Management!

wicked.haufe.io Logo

General information can be seen at the wicked microsite over at wicked.haufe.io. If you want to see how the API Portal looks like, check out wicked-demo.haufe.io. You may also want to try out our Gitter Chatroom.


tl;dr: Getting Started (kicking the tires)

Install the wicked CLI:

$ npm install -g wicked-cli

Create a directory for the wicked configuration repository:

$ mkdir wicked-test
$ cd wicked-test

Specify you want to use the latest stable release and start the kickstarter (you will need Docker installed):

$ wicked tags set latest
$ wicked kickstart --new .

Now press Ctrl-C to stop the configuration. Then run a Postgres instance and Wicked-in-a-box:

$ wicked postgres start
$ wicked box start .

Wait around 10 seconds, then open the API portal at http://localhost:3000. You can play around with the user [email protected] and password wicked.

Still interested? Good. Now you can continue reading on this page.


What's this?

wicked.haufe.io is an open source API Management solution with a slightly different design focus in mind than most other API Management systems:

  • Deploy your API Management using your own deployment pipelines, you have full control
  • Store your API configuration in source control and do CI/CD with your API Gateway
  • Run your API Management on any premises you want, as long as docker is supported

We wrote wicked.haufe.io because we wanted an open source API Management solution we can just "drop in" everywhere. We believe that each team which operates a service should also operate their own API Gateway and Portal, to make it easier for others to consume their services. Most commercial solutions are too pricey not to deploy centrally, but we believe in decentralization also with API Management, and that's what wicked.haufe.io can do: API Management for everyone, for free, anywhere (where you can run docker), with a small footprint.

What's in the box?

When you use wicked.haufe.io, you get the following things out of the box:

  • A great API Gateway (this is Mashape Kong underneath! Good stuff!)
  • A developer portal which enables your developers to sign up for an API by themselves
    • Supports ADFS, Google and Github logins
    • Support for SAML2 login
    • Support for generic OAuth2 logins (also with user_info profile loading)
    • Local accounts (managed by wicked)
    • API for arbitrary username/password checking, e.g. against legacy databases
    • LDAP
  • Integrated Swagger (OpenAPI) support
  • A lightweight CMS based on your static configuration, coming straight from source control
  • Support for API Keys and most of OAuth 2.0, out of the box.
    • Client Credentials Flow
    • Authorization Code Grant Flow, including PKCE extension, with any supported identity provider (same as for portal login)
    • Implicit Grant Flow
    • Resource Owner Password Grant, for those Identity Providers supporting it (local login, OAuth2, external sources)
  • Most visual things can be fully customized by configuration, including logos and stylesheets
  • A stringent deployment strategy, enforcing immutable servers and infrastructure as code (leveraging docker)

And much more... what's your main reason to use wicked.haufe.io? Tell us!

What's your main reason not to use wicked.haufe.io? Then we're even more curious!

What's not in the box?

The following things which you might expect from an API Management System are explicitly not in the box:

  • API Analytics
  • Log Aggregation

This does not mean it's not possible to do this with wicked, it's just that we decided not to include a prebuilt solution for these things. As the API Gateway is based on a plain vanilla docker image of Mashape Kong, anything you can hook up to Kong, or plain Docker log forwarding will also work with wicked.haufe.io, including e.g. DataDog, Runscope or Loggly.

Is this for me?

If you are looking for a SaaS API Management do-it-all-for-me type of solution, wicked.haufe.io is not for you.

If you are looking for a super flexible and extensible API Management suite which will tie in with any environment and any type of deployment, wicked.haufe.io is very much for you.

Getting Started

Related repositories

The following folders contain the actual source code (this repo contains mostly documentation):

  • wicked.ui: The API Portal UI
  • wicked.api: The API Portal backend API
  • wicked.auth: The wicked Authorization Server implementation, using different social logins or SAML to authorize API usage and Portal login
  • wicked.kong-adapter: The API Portal's Kong Adapter service
  • wicked.mailer: The API Portal's Mailer service
  • wicked.chatbot: The API Portal' Chatbot service
  • wicked.kickstarter: The API Portal's Configuration Editor and Kickstarter
  • wicked.tools: Developer Tooling and sample integration code
  • wicked.test: The Integration Test Suite
  • wicked.kong: The Kong Docker image used by the API Portal, based on the official Kong docker images, kong
  • wicked.k8s-init: A dedicated wicked init container for Kubernetes to automatically provision client credentials to applications
  • wicked.k8s-tool: A tool container for special purposes when deploying the Kubernetes

Most wicked components (at least the ones written in node.js) also rely on the wicked SDK for node.js:

More documentation

Screenshots

Home page

Logged in

API screen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].