forked from Netflix/eureka
-
Notifications
You must be signed in to change notification settings - Fork 0
Examples
tbak edited this page Feb 15, 2016
·
1 revision
In addition to the Eureka [demo app] (https://github.com/Netflix/eureka/wiki/Running-the-Demo-Application), the following are additional examples.
Following REST API documentation, it is easy to write own custom client. It may be useful in scenarios where one-time query is required, and overhead of bringing up the standard official client with all the dependencies is an overkill. One example might be short-lived, batch jobs.
- [Simple ReadOnly client] (https://github.com/Netflix/eureka/wiki/Example-Custom-ReadOnly-client)
Here are the complete end-to-end application using many key components from the Netflix OSS stack:
- [Flux Capacitor] (https://github.com/cfregly/fluxcapacitor)
- [Netflix Recipes-RSS Reader] (https://github.com/Netflix/recipes-rss)