Skip to content

Sobottasgithub/Tablo

Repository files navigation

Tablo

Run TabloNode:

cd src/TabloNode/ 
sudo docker compose up --build

Run TabloMaster:

cd src/TabloMaster/
apt install < requirement.txt
g++ -o tabloMaster tabloMaster.cpp ui/*.cpp 
utils/*.cpp
./tabloMaster

Building:

Using nix (with flakes and nix-command enabled):

  nix build github:Sobottasgithub/Tablo

Standalone:

  1. clone repository
  git clone https://github.com/sobottasgithub/Tablo
  1. configure for your system
 cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
  1. compile
  cmake --build build
  1. install for packaging
   cmake --install build

Using the nix generated docker images

The flake in this repository allowes you to build minimal docker images that avoid as much bloat as possible.

To use this feature, you NEED to use nix. Download available at: https://nixos.org/

You can either run the builds yourself or use the ./build-image-nix.sh script!

About

Analyze your CSV files - clean insights, fast results.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •