-
Notifications
You must be signed in to change notification settings - Fork 100
Edda
copperlight edited this page Dec 15, 2014
·
26 revisions
Netflix/Edda is a caching service for AWS API calls that can help mitigate the effects of throttling. Instead of querying AWS APIs for information about your systems, use Edda.
The current Edda docker image is not production ready. This guide will help you get up and running quickly, but take note of the following:
- Ensure the docker host has the correct time. Communication with the AWS API's require the container to be within 15 minutes of actual.
- The docker images currently do not export logs off the container.
- Logging is set to INFO level, which is fairly verbose.
- The Tomcat configuration has not been tuned for large collections.
- Create an S3 bucket to store the current resource crawl state.
- Copy the
edda.properties
template file toedda.properties.mine
. - For local execution,
- For AWS execution,