Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1017 Bytes

ReadMe.md

File metadata and controls

34 lines (25 loc) · 1017 Bytes

algolia-data-exporter

Node.js Index data exporter for Algolia.

Installation

git clone https://github.com/je-poy/algolia-data-exporter.git
npm install

Usage

  1. Add .env on the root dir containing the code below with preferred values.
ALGOLIA_APPID=
ALGOLIA_ADMINKEY=
ALGOLIA_INDEX=
EXTRACT_PATH=./data <change on your own desire>
TIMEZONE=<momenttimezone of your preference>
  1. Add extraction folder on the root dir. Used the value from your .env as folder name.
  2. Run npm start.
  3. Navigate to your extraction folder and check the file named <current_date>-<index>.json

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU General Public License v3.0

Notes

Exporting the index - Algolia