Skip to main content

A plugin of nextline-graphql. A relational database for nextline

Project description

nextline-rdb

PyPI - Version PyPI - Python Version

Test Status Test Status codecov

A plugin for nextline-graphql. A relational database for nextline-graphql.


Table of Contents

Installation

pip install nextline-rdb

Nextline-graphql automatically detects this package as a plugin.

Configuration

Environment variable Default value Description
NEXTLINE_DB__URL sqlite+aiosqlite:// The DB URL of SQLAlchemy

Note: Only tested on SQLite + aiosqlite.

Examples

How to run Nextline-graphql with Nextline RDB

In a virtual environment

Create a virtual environment and install packages.

python -m venv venv
source venv/bin/activate
pip install nextline-graphql
pip install nextline-rdb
pip install uvicorn

Specify the database URL.

export NEXTLINE_DB__URL="sqlite+aiosqlite:///db.sqlite3"

Run on the port 8080.

uvicorn --lifespan on --factory --port 8080 nextlinegraphql:create_app

Check with a web browser at http://localhost:8080/.

In a Docker container

Create a Docker image.

git clone git@github.com:simonsobs/nextline-rdb.git
cd nextline-rdb
docker image build --tag nextline-rdb .

Run on the port 8080 with a file on the host machine db/db.sqlite3 as the persistent DB. The directory db/ and the file db.sqlite3 will be created if they don't exist.

docker run -p 8080:8000 --env NEXTLINE_DB__URL='sqlite+aiosqlite:////db/db.sqlite3' -v "$(pwd)/db:/db" nextline-rdb

Check with a web browser at http://localhost:8080/.

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

nextline_rdb-0.7.1.tar.gz (88.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nextline_rdb-0.7.1-py3-none-any.whl (195.1 kB view details)

Uploaded Python 3

File details

Details for the file nextline_rdb-0.7.1.tar.gz.

File metadata

  • Download URL: nextline_rdb-0.7.1.tar.gz
  • Upload date:
  • Size: 88.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nextline_rdb-0.7.1.tar.gz
Algorithm Hash digest
SHA256 207aa1b3366309c01b6cecd83e3c88889a3ffb6cbc128f71437fff944bdbbf2e
MD5 916ae2f409e626b218d3ac210809cfd5
BLAKE2b-256 ea6508d059dcaec391e9e1ab3c652ffdb021ab87c95637d9bda37c4d355624c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nextline_rdb-0.7.1.tar.gz:

Publisher: pypi.yml on simonsobs/nextline-rdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nextline_rdb-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: nextline_rdb-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 195.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nextline_rdb-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 db42169ae48ab8b91e378e44fefca98f2b84d1c034de95582cd921eee54247a1
MD5 bfdd7e99f3658c1b50c8363b105bb8d0
BLAKE2b-256 5f7b1fb4f0557fc53518724b7494cbb67c970b5315f087ba073c9c9e69c9f8ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for nextline_rdb-0.7.1-py3-none-any.whl:

Publisher: pypi.yml on simonsobs/nextline-rdb

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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