Tabli - Data Module

About

The tabli data module helps you to perform actions against one or more data resources (table, file, …).

Command

  • summarize - summarize a list of data resources (count, size, …)
  • create - create a resource definition (table, …)
  • dependency - show the data dependencies
  • diff - perform a diff operation between two data resources
  • drop - drop data resources (table, file, …)
  • fill - fill a resource (table, csv,…) with generated data
  • head - show the first pieces of content of a data resource
  • info - show the attributes of a data resource (ie file status, count, size, …)
  • list - show the data resources in a list fashion
  • print - show the content of a data resource
  • structure - show the structure of a data resource
  • tail - show the last pieces of content of a data resource
  • template - create data resource from template
  • transfer - transfer data resources (copy, download, load, move, rename)
  • truncate - truncate data resources (table, file, …)

Syntax

tabli data --help
Tabli data
==========

Data operations against data resources (table, file, ...).



Syntax
------


    tabli data <command> [-h,--help]


where:


  Commands:

    compare       Perform a diff operation against two data resources

    copy          Copy a data resource

    count         Count the number of data resources

    create        Create a data resource

    delete        Delete data from a data resource

    dependency    Show the data dependencies

    drop          Drop data resources

    fill          Fill a data resource with generated data

    head          Print the first content of data resources

    info          Show the attributes of a data resource in a form fashion

    insert        Insert data into a data resource

    list          List data resources

    move          Move a data resource

    print         Print the content of data resources

    query         Test load your system with queries and fetch data resources (ie query, view, ...)

    structure     Show the data structure of data resources

    tail          Print the last content of data resources

    transfer      Transfer a data resource (insert, update, delete, upsert, merge, move, copy)

    truncate      Truncate data resources

    update        Update data from a data resource

    upsert        Merge data into a data resource


  Option:

    -h,--help     Print this help

Task Runner