Skip to main content

A GraphQL endpoint for Datasette

Project description

datasette-graphql

PyPI Changelog License

A GraphQL endpoint for Datasette

Work in progress alpha - this probably isn't worth using yet.

Installation

Install this plugin in the same environment as Datasette.

$ pip install datasette-graphql

Usage

This sets up /graphql as a GraphQL endpoint for the first attached database. Individual tables can be queried like this:

{
  name_of_table {
    first_column
    second_column
  }
}

Still to come:

  • Pagination
  • Filtering (e.g. rows where age > X)
  • Foreign key expansion
  • Much, much more

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-graphql
python3 -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and tests:

pip install -e '.[test]'

To run the tests:

pytest

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

datasette-graphql-0.1a0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

datasette_graphql-0.1a0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file datasette-graphql-0.1a0.tar.gz.

File metadata

  • Download URL: datasette-graphql-0.1a0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5

File hashes

Hashes for datasette-graphql-0.1a0.tar.gz
Algorithm Hash digest
SHA256 96771cdba96513aacdae8960bf7dc29f78084ba4cbb917eb645d1cbfec03eb4b
MD5 15318e1b17261c309a675e175dece19d
BLAKE2b-256 571ae435ffd27709deb4079b08dd62338e95d95a808f9c74ad6426be729ef978

See more details on using hashes here.

File details

Details for the file datasette_graphql-0.1a0-py3-none-any.whl.

File metadata

  • Download URL: datasette_graphql-0.1a0-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5

File hashes

Hashes for datasette_graphql-0.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 f26a7806e3bec3b0c5c42884e29abda12c0821c67186d6cdd2abac8f9297ae9f
MD5 98f330bb4b79b1bcd99d79edd5b6e188
BLAKE2b-256 32a57b3f8b9ad1500cab52256b658f344e1293c371c0c17a5b80688f3ad68761

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