Skip to main content

No project description provided

Project description

CausaDB

An easy-to-use platform for building and querying causal AI models in the cloud.

Usage

CLI

To set up your account, run

causadb account setup

You'll be asked for an ...

Developers

This project uses the Poetry package manager. To get it set up, run

poetry install

CLI

You can test out the CLI by running

poetry run causadb <command_here>

The Typer documentation has a great article on using Typer with Poetry: https://typer.tiangolo.com/tutorial/package.

Testing

To run the tests, run

poetry run pytest

Local development

When running in local development mode, there'll be a local CausaDB instance running, likely on port 8000. The client will automatically point towards the production URL, but this can be overridden for local development by setting CAUSADB_URL in the .env file. Use the .env.template file as a template for this. The API URL should be set to http://localhost:8000 when running in local development mode. It is designed this way so that when running in production, the environment variable will be missing and will fall back to the production API URL.

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

causadb-1.0.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

causadb-1.0.1-py3-none-any.whl (10.8 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