Overview
Garf allows you to define SQL-like queries alongside aliases and custom extractors and specify where the results of such query should be stored. Based on such a query the library constructs the correct query to a reporting API of your choice, automatically extract all necessary fields from API schema and transform them into a structure suitable for writing data.
-
Installation
Install
garf-executors
to run queries against APIs. -
Library
Integrate
garf
into your libraries. -
CLI
Execute queries in your terminal.
-
Server
Run
garf
as FastAPI endpoint.