Skip to content

Mr-Destructive/cncf-landscape-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNCF Landscape API

Unofficial CNCF Landscape REST API.

Official Web App -> Link

Motivation

A programmatic way to navigate the CNCF landscape. There is no way right now to query landscape app using an standard way.

Just created this little API for querying:

  • a particular project
  • projects in a specific category / subcategory

How?

  • Scrapping the web page
  • Extracting the json data using goquery
  • Storing the data in a database -> turso - libsql
  • Creating a API for querying the registry of projects in CNCF

TODO

  • Add simple api to get all projects
  • Add query params for getting projects with name / category / subcategor
  • Add update endpoint to update the db with latest projects
  • Add serverless group
  • Add wasm and other groups

About

Unofficial REST API for navigating the CNCF Landscape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages