active Forums

API Forum

RSS Feed

Data dump for ETL?

    • Nathan
    • Topic created 7 months ago

    Hello,
    I am wondering if active provides a method to extract a full dump of the event info as opposed to the querying method provided through the api. If I am interested into aggregating the sum of event data I can simply construct queries to cover the entire spectrum (at least attempt), but I was hoping there was an nightly export, perhaps in csv format.

    Thanks for any assistance!

    - n

  1. active Admin7 months ago

    Unfortunately we don't have a bulk data dump of all events added to our system each day. I recommend using generic parameters in the Search API, i.e. querying all events in the US, and running a query at a scheduled interval to build a comprehensive list and add new events as they're generated..