2015-10-30 14:20:28 +00:00
# XIV-Datamining
2017-12-13 11:04:39 +00:00
2015-11-03 00:19:04 +00:00
This repository is to serve as a place to share data mining information related to Final Fantasy XIV. All findings and knowledge that each member discovers will be provided here for all in the FFXIV Community to read, learn and use.
2015-11-03 00:19:39 +00:00
Huge thanks to the community team members involved:
2017-12-13 11:04:39 +00:00
2015-11-03 00:19:04 +00:00
- [Ioncannon ](https://www.reddit.com/user/Ioncannon ) from [FFXIV Explorer ](http://ffxivexplorer.fragmenterworks.com )
- [Clorifex ](https://www.reddit.com/user/Clorifex ) from [GarlandTools ](http://www.garlandtools.org/db/ )
- [Hezkezl ](https://www.reddit.com/user/Hezkezl ) for being awesome
2017-12-13 11:04:39 +00:00
---
2015-10-30 19:53:54 +00:00
2015-11-03 00:07:09 +00:00
## Helping out
2015-12-02 15:34:31 +00:00
2017-12-13 11:04:39 +00:00
Getting started in datamining is quite easy. If you enjoy digging around CSV database files then you've come to the right place! The best place to start would be:
2015-12-02 15:34:31 +00:00
2017-12-13 11:04:39 +00:00
- Download this repository and start looking at the files in the `/csv` folder
2017-12-13 11:09:28 +00:00
- Download **SaintCoinach ** and use either the `SaintCoinach.Cmd` or `Godbert` tools.
2017-12-13 11:04:39 +00:00
- Saint provides releases: https://github.com/ufx/SaintCoinach/releases
If you find a connection between files or an identification of data, throw up an issue on the repository and it will be sorted :)
2015-10-30 19:53:54 +00:00
2017-12-13 11:04:39 +00:00
- Connection between files could be an number in 1 column that matches the numbers in another column or even another file
- Identification of data could be values in a column that have a meaning and a pattern can be observed (eg ClassJob ID, or Craft Level)
2015-10-30 19:53:54 +00:00
2017-12-13 11:04:39 +00:00
# The tools of the trade
2015-10-30 20:26:07 +00:00
2015-11-03 00:07:09 +00:00
### Saint Coinach
2017-12-13 11:04:39 +00:00
- Written by: Clorifex and Rogueadyn
2015-10-30 19:53:54 +00:00
- GitHub: https://github.com/ufx/SaintCoinach
2017-12-13 11:04:39 +00:00
- Downloads: https://github.com/ufx/SaintCoinach/releases
- SaintCoinach.Cmd is a tool to rip data (csv, music, icons, maps, etc)
- Godbert is a * viewer * tool to browse data.
2015-10-30 19:53:54 +00:00
2015-11-03 00:07:09 +00:00
A great tool showing really impressive results, it will allow you to view and export a lot of data. The source is all open for your luxery.
---
### APIs
2017-12-13 11:04:39 +00:00
The XIVDB website has an API here: https://github.com/xivdb/api