Travis Turner
a56410a70b
WIP: Modify pilosa import to support string rows/columns
...
This PR adds a flag `pilosa import --string-keys=true` which treats the
payload CSV as comma separated strings.
2018-01-22 15:34:45 -06:00
Yuce Tekol
9de9b7cc30
Deprecate index time quantum in the docs; resolves #978
2017-11-21 23:36:20 +03:00
Yuce Tekol
aa8cbe8ae3
Add TLS support for commands
2017-10-11 08:30:11 +03:00
Travis
01fa368c6a
Import FieldValues
...
This PR adds the ability to import field values into RangeEnabled frames
using the `pilosa import` command.
Example:
```
pilosa import -i i -f f --field foo sample-vals.csv
```
imports data from sample-vals.csv, which contains data in the format:
```
[ColumnID, Value]
```
Also fixes a bug where `frame.rangeEnabled` was not being set on frame creation.
2017-09-27 11:43:10 -05:00
Yuce Tekol
ad05938a5e
Enables auto-creating the schema on imports; Resolves #765
2017-09-22 14:56:36 +03:00
Ben Johnson
1c34ea7f8f
Add sorting flag to import command.
2017-06-08 11:00:02 -06:00
Michael Baird
59f26ce585
removed no-op stats tracking, fixed typos
2017-05-30 11:13:39 -05:00
Michael Baird
57da86dd8e
cleanup merge conflict
2017-05-23 10:33:35 -05:00
Cody Soyland
3996b56b88
Apply Apache License 2.0
2017-04-28 14:22:03 -05:00
Travis
2ad322c2c7
Rename DB to Index
...
Rename `db.go` to `index.go` and `db_test.go` to `index_test.go`
2017-04-23 21:49:27 -05:00
Ben Johnson
d34687121f
Rename bitmap/profile to row/column.
2017-04-21 21:23:24 -06:00
Matt Jaffee
60805d7f3e
change port 15000 to 10101 everywhere
2017-03-17 16:43:04 -05:00
Matt Jaffee
74b79dd928
add tests for subcommands
2017-03-17 16:43:04 -05:00
Matt Jaffee
2aef65989e
convert all commands to use RunE and global Command var
2017-03-17 16:43:04 -05:00
Matt Jaffee
c3b7710d67
WIP on converting commands to be non-global and testable
2017-03-17 16:43:04 -05:00
Matt Jaffee
c7caea6b30
fix short help strings on commands
2017-03-06 16:45:37 -06:00
Matt Jaffee
e349dca06a
move import to subcommand
2017-03-03 14:11:12 -06:00