https://github.com/miberr/mockster
Say bye bye to plain old Lorem ipsum! Used to generate random data for all kinds of purposes. Generated data is mimicking something that might be in the real world.
https://github.com/miberr/mockster
custom-connector logic-apps mocking power-automate power-platform test-data test-data-generator
Last synced: 6 months ago
JSON representation
Say bye bye to plain old Lorem ipsum! Used to generate random data for all kinds of purposes. Generated data is mimicking something that might be in the real world.
- Host: GitHub
- URL: https://github.com/miberr/mockster
- Owner: miberr
- License: other
- Created: 2023-12-17T23:55:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T10:18:12.000Z (over 1 year ago)
- Last Synced: 2024-04-11T03:11:39.331Z (over 1 year ago)
- Topics: custom-connector, logic-apps, mocking, power-automate, power-platform, test-data, test-data-generator
- Language: TypeScript
- Homepage: https://mockster.dev
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# What's Mockster?
One time, I was training a Microsoft Official Course about Power Platform, I was asked how can one generate some testing data to Dataverse. Had no idea. I researched quite a while and couldn't find anything just right for citizen developers. There are so many mock data generators, JSON fakers, data seeders and so on. None I could find makes it easy for non-programmers to use. So Mockster was born.
Mockster is an implementation of [FakerJS](https://fakerjs.dev) exposed as an REST API. I've also created a Microsoft Power Platform connector for easy use for citizen developers.
If you find Mockster usefull, please consider supporting me and Mockster by buying a cup of cofee trough GitHub Sponsors.
## What's in it?
In Mockster there is many different modules, or endpoints, to be utilized. These include things like `Persons`, `Products`, or `Companies` amd a lot more. For exaustive list please visit Mocksters [website](https://mockster.dev/docs).
## Mockster in Microsoft Power Platform
Mockster is meant for citizen developers first. As such, there will be a certified connector in Microsoft Power Platform. For time being, the connector is pending certification.
## How do I contribute?
As an open-source project Mockster welcomes contribution. All development happens in development branch and releases are pushed to the main branch. To start contributing to the code base, make a fork, make your changes and make a pull request to the development branch.
You're also welcome to submit bugs, changes and ideas. Let us know what you'd like to be improved!