Galileo Jupyter: Tools for analyzing galileo experiments
Project description
galileo-jupyter
Tools for analyzing galileo experiments.
Configuration
Create a $HOME/.galileojp
and fill with environment variables that configure the database access to galileo-db.
For example:
galileo_expdb_driver=mixed
galileo_expdb_mysql_host=localhost
galileo_expdb_mysql_port=3307
galileo_expdb_mysql_db=galileo
galileo_expdb_mysql_user=galileo
galileo_expdb_mysql_password=mypassword
galileo_expdb_influxdb_url=http://localhost:8086
galileo_expdb_influxdb_token=...
galileo_expdb_influxdb_timeout=10000
galileo_expdb_influxdb_org=galileo
galileo_expdb_influxdb_org_id=...
Usage
Then you can run
from galileojp.frames import MixedExperimentFrameGateway
efg = MixedExperimentFrameGateway.from_env()
efg.telemetry('my-exp-id') # returns a dataframe containing the telemetry for the given experiment
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
galileo-jupyter-0.0.1.tar.gz
(11.0 kB
view details)
File details
Details for the file galileo-jupyter-0.0.1.tar.gz
.
File metadata
- Download URL: galileo-jupyter-0.0.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 770d81e39aa3b4ff716a1427191d11d65e62f725fb832cf3d9561280f75e5394 |
|
MD5 | 0c4a48f49e721ca2d39ac122f1eaa362 |
|
BLAKE2b-256 | c7a1dd1b8750fa3f28d0a5dc8affb4adca1b5e78c0cfd1c1915e01990accdc33 |