https://github.com/adamatti/eircode
Pet project to play with postal code API
https://github.com/adamatti/eircode
docker java jvm redis spring
Last synced: 3 months ago
JSON representation
Pet project to play with postal code API
- Host: GitHub
- URL: https://github.com/adamatti/eircode
- Owner: adamatti
- Created: 2016-11-05T19:58:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T20:41:32.000Z (over 9 years ago)
- Last Synced: 2025-01-19T10:42:21.163Z (over 1 year ago)
- Topics: docker, java, jvm, redis, spring
- Language: Groovy
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
Pet project to play with postal code API, available here:
* https://developers.alliescomputing.com/postcoder-web-api/address-lookup/eircode
* https://developers.alliescomputing.com/postcoder-web-api/address-lookup/premise
#### Notes
* This projet uses Docker, Redis, Spring, SparkJava, Spock
* To run, check `Makefile`
* It uses 12 factor concepts
* API responses are also stored in the project to avoid burn the real search key
* Travis: https://travis-ci.org/adamatti/Eircode[build status] / https://codecov.io/gh/adamatti/Eircode[code coverage]. Note: E2E tests with docker aren't executed here
* To deploy to heroku, https://heroku.com/deploy?template=https://github.com/adamatti/eircode[press here]
#### Next steps?
* Hystrix