tools icon indicating copy to clipboard operation
tools copied to clipboard

Tools for development and ops

Results 16 tools issues
Sort by recently updated
recently updated
newest added

This is the stuff to add "patterns" for use with joins and similar things, also some cleanup like removing the old copy of Apophenia.

We still had a reference to the old draft copy of apophenia. Removed it, updated go.mod/go.sum.

executive summary: gosh, this container thing is a cool idea. What if it was RECURSIVE? What if each 16-bit space was treated as 256 8-bit spaces? Actually... that sorta works....

`pi spawn` can store its results as json documents in S3. Currently they all just get dumped into one bucket without much structure. An interface to benchmark results is needed...

benchmarking

Might be able to use https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html

`pi create` is currently broken - particularly for starting remote cluster (e.g. using `pi create --hosts="host1:port1,host2:port2,etc."`) It needs to be updated to handle Pilosa's current config style and command line...

While trying to benchmark the affect of increasing number of rows on query time, we ran into an issue where we realized that the set of queries generated might be...

benchmarking

We need to make sure we can import data which gives us a variety of different container types in Pilosa's roaring format to test against. The current import tool can...

benchmarking

There are currently no tests for most of the code in the tools repo - it'd be good to get some coverage in here. Minimally, I think we could write...

benchmarking