Skip to content

glue-viz/glue-data-loaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glue Data Loaders

This repository contains several examples of writing custom data loaders in Glue.

The basic process for writing custom data loaders is described in the Glue documentation. The basic strategy is as follows:

  1. Write a function that takes a path as an input, and returns one or more Glue data objects as output
  2. Wrap this function in the @data_factory decorator, which adds the function to the Glue UI
  3. Put this code in a config.py file, which Glue runs on startup.

About

Examples of custom data loading scripts for Glue

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages