dirfile2ascii
library to read/write dirfile data - extra tools
Install
- All systems
-
curl cmd.cat/dirfile2ascii.sh
- Debian
-
apt-get install libgetdata-tools
- Ubuntu
-
apt-get install libgetdata-tools
- Kali Linux
-
apt-get install libgetdata-tools
- Fedora
-
dnf install getdata
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgetdata-tools
- Raspbian
-
apt-get install libgetdata-tools
- Dockerfile
- dockerfile.run/dirfile2ascii
libgetdata-tools
library to read/write dirfile data - extra tools
The GetData Project is the reference implementation of the Dirfile Standards, a filesystem-based, column-oriented database format for time-ordered binary data. The Dirfile database format is designed to provide a fast, simple format for storing and reading data.
getdata
management of external databases
Many scientific communities share the problem of regularly updating external databases. With every update, also various tasks need to be performed for the update of indices that need to be recreated. This work depends on the tools that are available locally and is not always completely simple. This package provides the getData Perl script, which in some not so complicated manner performs the invocation to wget to download data and then knows how to perform the indexing. There is only a hash table to be filled with the commands to be executed. Maintainers of scientific packages that are strongly coupled to public datasets are invited to add a runtime dependency to this package and add instructions for getData to follow.