# Flow Event Fetcher

**URL:** https://forum.flow.com/t/flow-event-fetcher/2530
**Category:** Community Projects
**Created:** [November 14, 2021, 8:40am UTC](https://forum.flow.com/t/flow-event-fetcher/2530 "2021-11-14T08:40:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Lucklyric](https://avatars.discourse-cdn.com/v4/letter/l/65b543/32.png) [@Lucklyric](https://forum.flow.com/u/Lucklyric)
#### Post date: [November 14, 2021, 8:40am UTC](https://forum.flow.com/t/flow-event-fetcher/2530/1 "2021-11-14T08:40:42Z")

</div>

Flow team continuously adds new features and discovers and fix bugs in the Flow node software. They also utilize a Spork as an opportunity to update the nodes with the latest releases.

However, as a DApp developer, it makes it somewhat inconvenient to collect events from the chain with an arbitrary block range.

To make life easier, we provide the **[SporkStore](https://github.com/MatrixLabsTech/flow-event-fetcher)** go module, which can internally handle spork endpoints as well as block range splitting.

Additionally, we wrap it in a rest service that can be easily deployed as a microservice via docker or docker-compose and integrated into your current flow project.

It has been utilized in our real-world applications, and we will continue to improve it in the hope that it will be useful to other Flow developers as well.

Lastly, welcome to contribute.
