This is the sample application build in the blog series of Search|hub.
curl -s localhost:8080/insights/count
curl -s http://localhost:8080/csv/upload -F file=@/path_to_sample_application/sample_data.csv
curl -s http://localhost:8080/csv/uploads
curl -s http://localhost:8080/csv/uploads/sample_data.csv
curl -s http://localhost:8080/csv/upload -F file=@/path_to_sample_application/sample_data.schema
curl -s -XPATCH http://localhost:8080/csv/convert/sample_data.csv
curl -s -XPATCH http://localhost:8080/csv/s3/sample_data.parquet
curl -s localhost:8080/csv/randomize/{X}
curl -s "localhost:8080/insights/cr?from=2021-10-04&to=2021-10-11"
curl -s "localhost:8080/insights/ctr?from=2021-10-04&to=2021-10-11"