Skip to main content

SQLAlchemy Package for data tracking.

Project description

DataBurglar

SOMETHING happened at SOMETIME and we would like to STORE it in Postgres.


1. Install

    pip install databurglar

2. Include Tables

from databurglar.models import setup_data_collection, setup_surveys

engine: Engine = ...

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

## <optional>: setup tables to build dynamic data collection forms/surveys
setup_surveys(engine)

3. Queries

4. Commands

Local Project Development

windows

  python -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.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

databurglar-0.0.3-py3-none-any.whl (12.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