DEV Community

Discussion on: Who's looking for open source contributors? (November 5th edition)

Collapse
 
bgadrian profile image
Adrian B.G.

Because Go was not mentioned around here, I just made a new personal project

github.com/bgadrian/pseudoservice

A (micro) service that generates large amounts of fake (users) data.

TODO

  • add gRPC support
  • make the docker multi-stage build work (lower the container from 700mb to 7mb)
  • add a general/custom endpoint, where the payload is an object with the types of data it requires to be generated (each client decide what objects to be generated)