Skip to content

Commit

Permalink
links and edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian authored and Adrian committed May 28, 2024
1 parent 63ab735 commit 7842611
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/website/blog/2024-05-28-openapi-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ We are thrilled to announce the launch of our groundbreaking pipeline generator

We call it the `dlt-init-openapi`, or OpenAPI Source.

Just point our pipeline generator to an OpenAPI spec, select your endpoints, and you're done!
Just point it to an OpenAPI spec, select your endpoints, and you're done!

### What's OpenAPI again?

OpenAPI is the world's most widely used API description standard.
In 2021 an information-security company named Assetnote scanned the web and unearthed 200,000 public
OpenAPI files. Modern API frameworks like FastAPI generate such specifications automatically.
[OpenAPI](https://www.openapis.org/) is the world's most widely used API description standard.
In 2021 an information-security company named Assetnote scanned the web and unearthed [200,000 public
OpenAPI files](https://www.assetnote.io/resources/research/contextual-content-discovery-youve-forgotten-about-the-api-endpoints). Modern API frameworks like FastAPI generate such specifications automatically.

## How does it work?

**A pipeline is a series of datapoints or decisions about how to extract and load the data**, expressed as code or config.
**A pipeline is a series of datapoints or decisions about how to extract and load the data**, expressed as code or config. I say decisions because building a pipeline can be boiled down to inspecting a documentation or response and deciding how to write the code.

Our tool does its best to pick out the necessary details and detect the rest to generate the complete pipeline for you.

The information required for taking those decisions comes from:
Expand Down

0 comments on commit 7842611

Please sign in to comment.