Unofficial CNCF Landscape REST API.
Official Web App -> Link
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
- 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
- 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