rngo
On-demand data simulation for rapid protyping, property-based integration tests, PR environments, projected state load tests and more
> curl -N https://api.rngo.dev/simulations/472b3e80-31b8-452f-ac58-3d16b7c7851c/data \ -H "Authorization: Bearer $API_KEY"
event: user.createdata: { "id": 1, "firstName": "Harry", "lastName": "Walter", "email": "hw@example.com" }
event: user.createdata: { "id": 2, "firstName": "Kelly", "lastName": "O'Brien", "email": "kellyo@example.com" }
event: post.createdata: { "id": 1, "title": "A Modest Proposal", "authorId": 2, "content": "It is a melancholy object to those, who walk through this great town..." }
event: comment.createdata: { "id": 1, "postId": 1, "authorId": 1, "content": "💪💋🤝🏻" }