Coder Social home page Coder Social logo

tiger_tail's Introduction

Tiger Tail

TT is a reporting tool that lets you explore your data quickly and easily.

Data is loaded into a DuckDB database, and then queryied for patterns using a simple web interface. You can view the data in a table or record form, search for values, and categorize the data.

There are hundreds of ways of looking at data, from there very low level CSV table viewer CSV Kit, through the most common tool in the world Excel on up to Data Viz like Tableau.

Each has its strengths, all come with drawbacks, whether it's cost or power.

  • CSV Look : very fast, terminal only, just text
  • Excel : universal, so, so many features
  • Tableau : beautiful and slow

The goal of Tiger Tail is to create static reporting, think like a blog, using a template that surfaces the data in an easy to read web page. It'll be limited by volume, but the goal will be to focus on categories.

Example Data

We'll be using a playlist database. It contains plays of holiday music from a small selection of radio stations. By its very nature, holiday music is limited to just a few songs, less than a thousand typically, with the top 20% accounting for well over 80% of plays.

Back End

For now, I'll be using the Hugo static site generator to create the pages - a next step would be to migrate to an internal library that creates the final HTML pages.

Since the result is pretty basic anyway, it should be easy (theoretically) to construct this.

Templates would be:

  • Home Page - some sort of landing default page
  • Category - the basic group which contains a header, description (?) and an index. The index is a table containing line items.
  • Line Item - a table of items that fit under a Category
  • Single - the most atomic unit.

Search

Search for high volume pages is tricky - maybe use something like Typesense

  • but I swear there's something else out there that's even smaller and simpler.

Features and Benefits

  • Load data from CSV files
  • Explore data using a simple table interface
  • Search for values in the data

Installation

Usage

Contributing

Bug reports and pull requests are welcome on GitHub - Tiger Tail. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The tool is available as open source under the terms of the MIT License.

tiger_tail's People

Contributors

nryberg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.