Forum Discussion

eric_sou's avatar
eric_sou
New Contributor III
7 years ago

Random data generator

Hi everyone,
has anyone worked on a random data generation pipeline?

For example, to have a set of snaps connected where you can choose how many columns you want and eventually the data types as well as number of rows of data to fill and you get some data to work on.

This could be useful when working on mappers, or conditional routings etc. to prototype some pipelines logic before to actually connecting the correct data source.

Thanks,

3 Replies

  • eric_sou's avatar
    eric_sou
    New Contributor III

    So nobody would have an idea how to quickly generate data?

    • tlikarish's avatar
      tlikarish
      Employee

      I’ve not done this in a pipeline before.

      In the past, I’ve relied on third party sites, like mockaroo, and then read the data in.

      • eric_sou's avatar
        eric_sou
        New Contributor III

        Thanks for the link, I did not know such sites were existing.
        Regards,