Documentation ¶
Index ¶
Constants ¶
View Source
const DuckDBImage = "bacalhauproject/exec-duckdb:0.2"
Variables ¶
View Source
var PythonPackageDomains = []string{
"pypi.python.org",
"pypi.org",
"pythonhosted.org",
"files.pythonhosted.org",
"repo.anaconda.com",
"repo.continuum.io",
"conda.anaconda.org",
}
PythonPackageDomains lists all of the domains that might be needed to install dependencies at runtime.
View Source
var SupportedPythonVersions = map[string]string{
"3.11": "bacalhauproject/exec-python-3.11:0.5",
}
SupportedPythonVersions maps the python version to the docker image that provides support for that version.
Functions ¶
func ErrMissingParameters ¶
Types ¶
type DuckDBTranslator ¶
type DuckDBTranslator struct{}
func (*DuckDBTranslator) IsInstalled ¶
func (d *DuckDBTranslator) IsInstalled(context.Context) (bool, error)
type PythonTranslator ¶
type PythonTranslator struct{}
func (*PythonTranslator) IsInstalled ¶
func (p *PythonTranslator) IsInstalled(context.Context) (bool, error)
Click to show internal directories.
Click to hide internal directories.