Skip to content

ra-ver/faker

Repository files navigation

Faker


Tool for generating Fake JSON data

Table of Contents

Introduction

This program uses npm package: json-schema-faker to generate fake json data

  • All schemas are stored in schemas folder

  • Samples objects that are used to generate some of the schemas are stored in sample-objects

    • Another npm package: json-schemas-generator is used to generate such schemas from their corresponding sample obejcts

Quick Start

Install:

npm i

Run:

ES_HOST=http://localhost:9200 ES_INDEX=models ES_TYPE=models npm start

About

Generate fake JSON data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published