Results 127 issues of Will Winder

Investigate what is available for query testing. We need a tool that can: * Run queries with complex options on our main endpoints, the options will depend on the pseudorandom...

Medium Priority
tech debt
Team Lamprey

Driver program to automate query load testing.

tech debt
performance

## Summary The IndexerDb API has options `IncludeAssetHoldings` and `IncludeAssetParams` to control what is included in the results, but we have no plans to expose this feature in the API....

Low Priority
tech debt
Team Lamprey

## Summary Took a stab at updating the conduit documentation. Some parts are still a little sparse, but I think there is a bit of coverage for everything. ## Test...

Extend the `conduit init` command to accept a list of plugins. Generate a skeleton configuration which includes those plugins. ``` ~$ ./conduit init --plugins algod,block_evaluator,postgresql ... ~$ cat data/conduit.yml Importer:...

Team Lamprey

## Summary * New filereader plugin. * Small changes / improvements to the filewriter plugin: 1. Add tags to the BlockData type so that the serialization is explicit. 2. Change...

The constructor interface has a single function, we should add a helper to allow defining a simple function instead of implementing an interface. Here is an example of how the...

Team Lamprey

Add an option to write to a logfile, as oppose to Stdout.

Team Lamprey

A subcommand to list all of the plugins, grouped by type. *list* - use the metadata object to get the description ``` ~$ ./conduit list Importers: algod Importer for fet5ching...

Team Lamprey

1. Architecture - make sure the current documentation covers this. 2. README per plugin. 3. How-to create a plugin.

Team Lamprey