electerious / ackee-faker

Fills Ackee with fake data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ackee-faker logo

ackee-faker

Donate via PayPal

A script that runs continuously thanks to GitHub Actions and fills the Ackee demo with data.


Ackee faker example

🤗 Usage

1. Install dependencies

ackee-faker dependents on …

Make sure to install and update all dependencies before you continue. The installation instructions for the individual dependencies can be found on the linked websites.

2. Create the configuration

Pull the project and configure ackee-faker using environment variables or create a .env file in the root of the project to store all variables in one file.

ACKEE_ENDPOINT=https://ackee.example.com/api
ACKEE_TOKEN=5c5411b0-ef80-425b-8e80-e8c4a76fcad6

3. Install ackee-faker

Install all required dependencies.

yarn install

4. Run ackee-faker

ackee-faker will fetch all domains and events it can find on the installation. It will sometimes skip the creation of new records and events to replicate a real usage. The script might run for up to 15 minutes depending on a random record update delay.

yarn start

Miscellaneous

Donate

I am working hard on continuously developing and maintaining Ackee. Please consider making a donation to keep the project going strong and me motivated.

Links

About

Fills Ackee with fake data.

License:MIT License


Languages

Language:JavaScript 100.0%