> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/live-data/datasources/nea.md).

# NEA

NEA live data is periodically pulled by a lambda function. This is then stored in a table on Amazon DynamoDB, which is then queried by users.&#x20;

This set-up was used to test a possible set up for future live data pulling. One of the issues that might be faced is rate limits. If the project scales to the point where we have too many users constantly polling the endpoints, we might hit a limit. Thus, this method is tested to allow for relevant data to be cached, and users will then request the cached data rather than directly from the live data.

Whether this is neccessary is yet to be determined.&#x20;

<figure><img src="/files/j4qnSE5WKcHCFravMwPh" alt=""><figcaption></figcaption></figure>
