Skip to main content

A low-code data application framework that uses dbt Core and OpenAPI

Project description

Jinjat

Develop data applications with dbt, SQL, and OpenAPI

Installation

pip install jinjat

Create your first API

Create an analysis in analysis/my_first_api.sql:

{%- set query = request().query %}

select '{{query.example}}' as col1

And create a YML file in analysis/schema.yml:

version: 2

analyses:
  - name: my_first_api
    config:
      jinjat:
        method: get
        openapi:
          parameters:
            - in: query
              name: example
              schema:
                type: number

Start Jinjat as follows:

jinjat serve --project-dir [YOUR_DBT_PROJECT_DIRECTORY]

And then run the following CURL command to test the API:

curl -XGET 'http://127.0.0.1:8581?example=value'

It should return the following response:

[
  "col1": "3"
]

Jinjat uses OpenAPI to validate the requests and create an API documentation automatically for your API.

Integrations

poetry install --extras "duckdb"

Playground

poetry install --extras "playground"

Installation

pip install jinjat[playground]

Jinjat Playground is a Streamlit app that lets you develop APIs in your browser. Once you write the template, you can save it to your dbt project as an analysis and expose the API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jinjat-0.5.tar.gz (34.9 kB view details)

Uploaded Source

Built Distribution

jinjat-0.5-py3-none-any.whl (40.7 kB view details)

Uploaded Python 3

File details

Details for the file jinjat-0.5.tar.gz.

File metadata

  • Download URL: jinjat-0.5.tar.gz
  • Upload date:
  • Size: 34.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for jinjat-0.5.tar.gz
Algorithm Hash digest
SHA256 055a288d1a1deba72acd39769693089207cea797621aad175847ff623cb9a75f
MD5 d4dfa6dac38aa989ec2c7ce7ff1265f0
BLAKE2b-256 52a23eba0b1af7dc45337b165bd8cdbcb03d6b363100e13f8232ce668205bcbe

See more details on using hashes here.

File details

Details for the file jinjat-0.5-py3-none-any.whl.

File metadata

  • Download URL: jinjat-0.5-py3-none-any.whl
  • Upload date:
  • Size: 40.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for jinjat-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a3cfc71d2a3dbfa3fda8d4364da15d66acbedcc779e0eb2bcccb97e27686c5c6
MD5 5645bc68bab8dac63309fc5454d63dc0
BLAKE2b-256 1a93b577ad32c594e02a2628c8c8fbf2acc0891a1b20c588aceebb711060e35c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page