Skip to main content

SQLAlchemy Package for data tracking.

Project description

qa - SqlAlchemy Plugin for Data Collection

SOMETHING happened at SOMETIME and we would like to COLLECT it.


Init

from qa.models import setup_data_collection, setup_surveys

engine: Engine = ...

## setup tables to collect data based on a `UserEvent`
setup_data_collection(
    engine,
    UserEvent
)

## setup tables to build dynamic data collection forms/surveys
setup_surveys(engine)

Queries

Commands

Local Project Setup

  python3 -m venv env
  .\env\Scripts\activate
  pip install -r requirements.txt

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

databurglar-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

databurglar-0.0.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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