consts

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CortexVersion = "0.2.0" // CORTEX_VERSION

	SingleTypeStrRegex   = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?"`)
	CompoundTypeStrRegex = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?(\|(INT|FLOAT|STRING|BOOL)(_COLUMN)?)+"`)
	TypeStrRegex         = regexp.MustCompile(`"(INT|FLOAT|STRING|BOOL)(_COLUMN)?(\|(INT|FLOAT|STRING|BOOL)(_COLUMN)?)*"`)

	ContextCacheDir    = "/mnt/context"
	EmptyDirMountPath  = "/mnt"
	EmptyDirVolumeName = "mnt"

	CortexConfigPath = "/configs/cortex"
	CortexConfigName = "cortex-config"

	RequirementsTxt = "requirements.txt"
	PackageDir      = "packages"

	AppsDir             = "apps"
	DataDir             = "data"
	RawDataDir          = "data_raw"
	TrainingDataDir     = "data_training"
	AggregatorsDir      = "aggregators"
	AggregatesDir       = "aggregates"
	TransformersDir     = "transformers"
	ModelImplsDir       = "model_implementations"
	PythonPackagesDir   = "python_packages"
	ModelsDir           = "models"
	ConstantsDir        = "constants"
	ContextsDir         = "contexts"
	ResourceStatusesDir = "resource_statuses"
	WorkloadSpecsDir    = "workload_specs"
	LogPrefixesDir      = "log_prefixes"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL