Query your csv data
Basic useful feature list:
- filter [property] [value] - to filter by property and value
- count * - to count all rows
- count distinct [property] - to count rows distincting by property
to run:
mvn clean install exec:java
to run tests:
mvn test