dataconnectors

package
v0.1.0-alpha.5-rc-spiced Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

Data Connectors

The intention is for this package to move to it's own community repository called spiceai/datacomponents-contrib before public launch

Currently supported connectors:

Contribution

Guide coming soon!

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataConnector

type DataConnector interface {
	Init(params map[string]string) error
	FetchData(epoch time.Time, period time.Duration, interval time.Duration) ([]byte, error)
}

func NewDataConnector

func NewDataConnector(name string) (DataConnector, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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