Is possible to automatically transfer the data in EspoCRM to Google BigQuery?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PaulDigital
    Junior Member
    • Feb 2022
    • 7

    Is possible to automatically transfer the data in EspoCRM to Google BigQuery?

    Hello everyone,

    I'd like to make some reports using Google Bigquery and Google Data Studio and I was wondering if there was a way to have the data from the CRM to be transferred to Google BigQuery.
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    +1

    Maybe a extension.. i don't think it's hard.. if i have understand, we need export mysql to json
    but we need not only restrict to BigQuery, Amazon, Azure...

    joke :
    Extension Name : NoEspoSQL:
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • jflores
      Member
      • Aug 2019
      • 57

      #3
      PaulDigital - We get our data to BigQuery using https://www.fivetran.com/

      Their free package works well for us and it was really easy to set up.

      We did it using their mysql integration and have pretty fine-grained control over the schema we constructed.

      We use dbt models to query and transform the data, which we then feed to Views in Bigquery and get out via Google Data Studio.

      So our flow is:

      1. Connect to Fivetran
      2. Fivetran syncs raw data to Bigquery
      3. Use DBT models to query Bigquery data & send back views/models that are preconfigured and optimized for
      4. Access appropriate models from Google Data Studio

      Hope this helps!

      Comment

      Working...