Skip to content

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.

Custom Eureka clients

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.

Complete end-to-end applications

Here are the complete end-to-end application using many key components from the Netflix OSS stack: