pdk
pdk copied to clipboard
convert network, taxi, and weather use cases to use Go client
currently, pdk/import.go
contains import functionality which relies on importing pilosa/ctl
and using that importer. We should remove this code and use the stuff in pdk/pilosa.go
which uses the Go client and has nascent support for BSI field values.