Skip to main content

A python framework for building next-gen analytics infrastructure

Project description

Vinyl

Sources

Sources are data models that can't be modified. Sources act as the bridge between external systems (SaaS tools, databases, other Vinyl projects, etc.) and Vinyl. Sources are the only way to get data into Vinyl. Sources are comprised of 3 parts: (1) a source definition which contains fields, typing and other metadata (2) a connector which is an adapter to the system where the data is stored and (3) a fetcher which tells Vinyl how to fetch data from the connector and at what frequency.

Most Used Commands

vinyl sources list - list all sources available in the project vinyl sources cache - cache data from all sources into a local repository (default is .turntable/sources)

How to load sources

import vinyl

conn = vinyl.connect('local')

The return of connect() is an ibis connection. The first time this may be slow as each table needs to be created. Subsequent loads are cached.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vinyl_core-0.0.8.tar.gz (792.1 kB view hashes)

Uploaded Source

Built Distribution

vinyl_core-0.0.8-py3-none-any.whl (815.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page