https://github.com/alvarogarcia7/mockingjay-extractor
https://github.com/alvarogarcia7/mockingjay-extractor
clojure extractor json mockingjay no-tests spike yaml
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/mockingjay-extractor
- Owner: alvarogarcia7
- Created: 2016-10-24T14:45:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T08:17:01.000Z (over 8 years ago)
- Last Synced: 2025-10-09T13:05:22.762Z (about 6 hours ago)
- Topics: clojure, extractor, json, mockingjay, no-tests, spike, yaml
- Language: Clojure
- Size: 141 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mockingjay Extractor
This is a helper tool for [Mockingjay Server](https://github.com/quii/mockingjay-server/)
## What is this tool for
* Extracting the requests from a running mockingjay service
* Getting the real data from a another service
* Outputting the data in YAML format, ready to be consumed by mockingjay again## Use case

Note: the property reads: for every request captured in `Service A'`, the generated `Service A''` will have the same response as `Service A`
* You have a running mockingjay service
* You want to add fake data to the fake service from a real service
* You don't want to do it manually
## UsageTake a look at the [`run.bash`](./run.bash) file. The program requires:
* The URL or path containing `requests` JSON ([More info](https://github.com/quii/mockingjay-server/#inspect-what-requests-mockingjay-has-received))
* The output file for the YAML
* The URL for the real service