Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bifrostapi

Contains the python library for connecting with the bifrost database. Used by bifrost and beone dashboards.

Installation

pip install bifrostapi

Usage

import bifrostapi
# Call this once before making any other calls.
bifrostapi.add_URI("mongodb://user:pass@hostname:27017/dbname")

bifrostapi.get_run_list()

Or with multiple databases:

import bifrostapi

bifrostapi.add_URI("mongodb://user:pass@hostname:27017/dbname", "db1")
bifrostapi.add_URI("mongodb://user:pass@hostname:27017/dbname", "db2")

bifrostapi.get_run_list(connection_name="db1")

bifrostapi.get_run_list(connection_name="db2")

About

Contains the python library for connecting with the bifrost database. Used by bifrost and beone dashboards.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages