Skip to content

je-poy/algolia-data-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js Index data exporter for Algolia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published