recommend

This commit is contained in:
Yuce Tekol 2019-04-10 17:20:02 +03:00
parent 73cc49770c
commit 2fd6287222
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -56,7 +56,7 @@ When importing large datasets remember it is much faster to pre sort the data by
pilosa import --sort -i project -f stargazer project-stargazer.csv
```
We suggest importing the data using official Pilosa client libraries. You can find the corresponding documentation at:
We recommend importing the data using official Pilosa client libraries. You can find the corresponding documentation at:
* [Go client imports documentation](https://github.com/pilosa/go-pilosa/blob/master/docs/imports-exports.md)
* [Java client imports documentation](https://github.com/pilosa/java-pilosa/blob/master/docs/imports.md)
* [Python client imports documentation](https://github.com/pilosa/python-pilosa/blob/master/docs/imports.md)