Ghost/ghost/data-generator
Simon Backx 285a684ef6
Updated data generator to support >2M members (#19484)
no issue

The data generator went out of memory when trying to generate fake data
for > 2M members. This adds some improvements to make sure it doesn't go
out of memory.

---------

Co-authored-by: Fabien "egg" O'Carroll <fabien@allou.is>
2024-01-15 15:23:49 +00:00
..
lib Updated data generator to support >2M members (#19484) 2024-01-15 15:23:49 +00:00
test Refactored fetching schema tables in data generator 2024-01-13 18:28:14 +01:00
.eslintrc.js
index.js
package.json Wired up Docker setup script and increased data generation performance (#19420) 2024-01-05 13:42:30 +00:00
README.md

Data Generator

Generate fake data for testing Ghost

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests