Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.43 KB

File metadata and controls

49 lines (31 loc) · 1.43 KB
title OpenAPI Center
subtitle A tool for helping to manage APIs in Organizations
layout page
callouts home_callouts
show_sidebar true

OpenAPI Center

This is a set of tools composed of Self-hosted Web Application and plugins for communication with the server.
It's aimed to software developers, testers, project managers and related areas.

Basic Idea

The server application is a centralized repository for all APIs from the organization.
It's fed with support of its plugins, idealy during the build pipeline.
The other features come on top of that, since we have the OpenAPI stored.

{% include youtube.html video="PPcUU5CJE9E" %}

Learn more at Features

Running

The simplest way to run it is through Docker + Kubernetes, and using helm charts.

Pre-requiment: Have docker or other container running, with Kubernetes available

  1. Clone (or download as zip) the Ops repository on Github
  2. Navigate to ops/helm-chart
helm install openapi-center .\helm-chart\

Code

The source is available at:
https://github.com/OpenAPI-Center

Code is still being published

WIP

All the documentation (and the project itself) is still under development