#data #bucket #10 #data-bucket

data_bucket

DataBucket is container for WorkTable's data

6 releases

new 0.2.3 Apr 24, 2025
0.2.2 Apr 15, 2025
0.2.1 Mar 14, 2025
0.1.1 Jan 5, 2025
0.1.0 Nov 26, 2024

#8 in #10

Download history 129/week @ 2025-01-01 24/week @ 2025-01-08 93/week @ 2025-01-15 28/week @ 2025-01-22 245/week @ 2025-01-29 144/week @ 2025-02-05 91/week @ 2025-02-12 85/week @ 2025-02-19 116/week @ 2025-02-26 171/week @ 2025-03-05 202/week @ 2025-03-12 61/week @ 2025-03-19 106/week @ 2025-03-26 84/week @ 2025-04-09 147/week @ 2025-04-16

342 downloads per month
Used in worktable

MIT license

97KB
2.5K SLoC

DataBucket

This is a library for writing and reading data files.

Command line tools

The command line tools reside in the tools directory.

create-data-file

Creates a data file with test data. The filename is provided using the --filename command line flag, the number of pages to be written is provided using the --count command line flag which sets amount of data records.

dump-data-file

Loads the data from a file and prints it. The filename is provided using the --filename command line flag.

Example of generated file after dump

--count 10

+-----+----------+
| val | attr     |
+-----+----------+
| 0   | string 0 |
| 1   | string 1 |
| 2   | string 2 |
| 3   | string 3 |
| 4   | string 4 |
| 5   | string 5 |
| 6   | string 6 |
| 7   | string 7 |
| 8   | string 8 |
| 9   | string 9 |
+-----+----------+

Dependencies

~9–16MB
~215K SLoC