Skip to content

A single repository handling everything from storing static data, providing support for data generation, and auto-updating data from other sources.

Notifications You must be signed in to change notification settings

Wynntils/Static-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static-Storage

The purpose of this repository is to bundle every data source into a singular repository, as well as include anything else used for generating such data. The repository also includes github actions to run scripts to update eligible data files.

Here you can find a breakdown of the three main parts of the repository:

Generators

Generators include everything that is needed for data processing to create usable data files. Generators that collect data from APIs, or other automated sources, are ran by Github Actions to keep data up-to-date. These data can be found in the directory Reference.

Data-Storage

Data-Storage includes data files that can be/are used by the Artemis or other projects, but are not automatically updated/processed. It may also include raw data that is further processed, but not automatically.

Reference

Reference includes all data files that are automatically generated, usually by scripts in the Generators folder.

About

A single repository handling everything from storing static data, providing support for data generation, and auto-updating data from other sources.

Resources

Stars

Watchers

Forks

Languages