language.txt -> languages.txt

This commit is contained in:
Matthew Jaffee 2017-11-19 17:22:29 -06:00
parent 77fa0d0d7f
commit dff312b927
No known key found for this signature in database
GPG key ID: 51C676AF9FFCDB87

View file

@ -100,7 +100,7 @@ docker cp language.csv pilosa:/language.csv
docker exec -it pilosa /pilosa import -i repository -f language /language.csv
```
Note that, both the user IDs and the repository IDs were remapped to sequential integers in the data files, they don't correspond to actual Github IDs anymore. You can check out `language.txt` to see the mapping for languages.
Note that, both the user IDs and the repository IDs were remapped to sequential integers in the data files, they don't correspond to actual Github IDs anymore. You can check out `languages.txt` to see the mapping for languages.
### Input Definition
Alternatively Pilosa can import JSON data using an [Input Definition](../input-definition/) describing the schema and ETL rules to process the data.