Data Storage
Required
Data Storage is used to cache data locally to prevent long wait times for songs. Without it, data would need to be requested from our analyser and our audio retriever every time someone loaded a song.
There are four options for each bucket of storage.
- Disabled
- Local
- Google Cloud
- External Node
Disabled is for when you don't want to store, or cache, files of a certain type.
Local is the default. This is where the files are locally stored on your computer, and are served by the Eternal Jukebox.
Google Cloud stores the files in a Google Cloud folder. The files are uploaded, and then a redirect is served. This allows data to persist without needing to be reuploaded each time. See
Google Cloud.
External Node is for when you want to offload file storage to another Eternal Jukebox instance. See
External Nodes.