https://github.com/thefrontside/graphgen
Complete, realistic, and repeatable fake datasets
https://github.com/thefrontside/graphgen
factory mocks stubs
Last synced: about 1 year ago
JSON representation
Complete, realistic, and repeatable fake datasets
- Host: GitHub
- URL: https://github.com/thefrontside/graphgen
- Owner: thefrontside
- Created: 2021-09-03T11:48:10.000Z (almost 5 years ago)
- Default Branch: v1
- Last Pushed: 2024-12-20T22:30:11.000Z (over 1 year ago)
- Last Synced: 2025-03-28T11:43:25.796Z (about 1 year ago)
- Topics: factory, mocks, stubs
- Language: TypeScript
- Homepage: https://frontside.com/graphgen
- Size: 2.86 MB
- Stars: 17
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Graphgen
[](https://deno.land/x/graphgen)
[](https://npmjs.org/package/@frontside/graphgen)
Generate complete, realistic, repeatable, and fixable datasets for use with test
suites, simulations, and preview applications.
https://frontside.com/graphgen
### Resources
- https://frontside.com/blog/2022-02-21-graphgen-graph-factory/
## Development
While it works in both browser and Node, [Deno](https://deno.land) is
the primary development tool. You will need to install that first.
checkout:
```text
$ git clone git@github.com:thefrontside/graphgen.git
```
test:
``` text
$ deno test
```