Tabulify - Data Resources

Undraw My Documents

Tabulify - Data Resources

Undraw Environment

About

A file system manipulate files, a database manipulates sql objects (table, view, …).

Tabulify regroups and manipulates all of them all under the term data resource.

This section lists all data resources supported.

Type

A data resource can be of the following type:

Type Name Example Description
static static resource table, file, … The content is stored on disk at rest
runtime runtime resource request, script The content is generated at runtime
container container resource sql schema, directory Resources that contain data resources

Definition

A resource is uniquely defined by:

List by System

Database

List of resources for database system

File System

file system data resources:




Related HowTo
Undraw Environment
How to define an archive entry as data resource?

This howto will show you how to define an entry in an archive as data resource. In the world-db.tar.gz archive of the MySQL...
Undraw Environment
How to generate data with a data set?

This howto will show you how to generate data with an data set generator. In these examples, we use a predefined csv entity file but you could any data resource such as : a sql table a sql query...
Undraw Environment
How to use the define operation?

This howto shows you how to use the define data operation to create data resources in the pipeline file (ie inline data resources) This operation is only available as step in a pipeline (ie not in a tabul...
Undraw Environment
Learning Tabulify - Step 2 - What's a Data Resource ?

The first job of a data processing platform such as Tabulify is to work with data. Tabulify calls, locates and knows all data uniformly under the term Data Resource. A file is a data resource A directory...
Undraw Environment
Learning Tabulify - Step 3 - What's a Connection ?

In the previous page, we learned that all data are known as data resource. Data resources are stored in systems in Tabulify. There is generally speaking two kind of systems: file system database...
Undraw Environment
Learning Tabulify - Step 4 - How to select Data Resources

To select a data resources such as a file or a database table, Tabulify uses the concept of: and dependency (Do we select also the dependent data resources) This page goes through this concepts...
Undraw Environment
Learning Tabulify - Step 5 - How to print Data Resources

In the previous page, we learned how to select data resources. This page will show you how to discover their content. Tabulify offers three command to explore the data content: print: to print the...
Undraw Environment
Learning Tabulify - Step 6 - How to transfer Data Resources

In Tabulify, when you want to manipulate data, it's called a transfer. You want to move data, you transfer You want to copy data, you transfer You want to insert data, you transfer You want to...
Undraw Environment
Learning Tabulify - Step 7 - How to execute a SQL Query

For Tabulify, a SQL Query is a runtime resource that when executed returns a data set in tabular format (known as the result set). The selector of a runtime is known as a runtime selector. This selector...
Undraw Environment
Tabul - How to list the data dependencies

This how-to will show you how to list data dependencies with the tabul dependency command.

Task Runner