An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Graphgen

[![deno.land/x version](https://img.shields.io/badge/deno.land/x-1.8.1-green.svg?logo=deno&labelColor=black)](https://deno.land/x/graphgen)
[![npm version](https://shields.io/npm/v/@frontside/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
```