pdk icon indicating copy to clipboard operation
pdk copied to clipboard

Pilosa Dev Kit - implementation tooling and use case examples are here!

Results 20 pdk issues
Sort by recently updated
recently updated
newest added

Hi guys: I'm a freshman of Pilosa and go. I read some docs in your web site, and I am not clear with Pilosa and it's data model so far....

add picsv command for importing CSV data using the experimental batch ingestion interface

Need to expose options so that PDK ingestion code can configure go-pilosa to use tracing. Additionally, the usual configuration will probably be that go-pilosa is writing to the same tracing...

In order to make PDK a more focused tool, we may consider moving the educational code liek examples, uses cases and tutorials to their own repo.

Do the taxi import, then issue the following query and observe the result (edited error message for readability): ``` curl 10.1.110.70:10101/index/taxi/query -d'TopN(speed_mph)' curl 10.1.110.70:10101/index/taxi/query -d'TopN(speed_mph)' {"error": "executing: retrieving full counts:...

While doing some multi-cloud benchmarks, I noticed that the taxi import would use a "normal" (~10GB) amount of memory for a long time, and then suddenly over the course of...

For the use case work, we put together a CSV import system that is specific to the two use cases, but lays some groundwork for working with more general data...

The Go client supports importing using different strategies. It may be useful to have an option to specify that

I'm just putting this PR here so you can see what I changed in the PDK in order to get the StatusChan to work. It builds on top of #78....