Live data from Hacker News

Faker.js – generate fake data in the browser and Node

github.com

11–20 of 31 posts

Re: Faker.js – generate fake data in the browser and Node

#17
Faker.js is pretty great. I wrote a simple package to generate fake data for MySQL tables. It's rather basic, but it's been useful to me. It probably wouldn't be hard to stick a DB abstraction layer in front to use with other backends.

https://github.com/michaelmior/mysql-faker

Re: Faker.js – generate fake data in the browser and Node

#18
post #6
post #5

Earlier quoted context omitted.

Hook.io is still a thing? I didn't hear anything about it after the drama back in the days.

Until I googled it just now, I actually didn't know about this whole drama. I've been using it for the last year and had a really good experience. (Drama: https://groups.google.com/forum/#!topic/nodejs/Rl3drk9YQ_Q )

Nice to know.

I used it for a project before the drama and switched to vert.x after it.

Re: Faker.js – generate fake data in the browser and Node

#20

Faker.js is pretty great. I wrote a simple package to generate fake data for MySQL tables. It's rather basic, but it's been useful to me. It probably wouldn't be hard to stick a DB abstraction layer in front to use with other backends. https://github.com/michaelmior/mysql-faker

Similarly I wrote a tool that uses Faker to generate api fixtures :) Why go stright to the DB when you can test your api at the same time?

https://github.com/MusicMapIo/Mokr

Post reply on HN