Datawarehouse for FE data

We want to connect a data warehouse to FENxt. Has anyone written Sky API calls for pulling basic G/L data into a warehouse and periodically updating?

Comments

  • @Ellen Hackeman
    I have. What do you want to know?

  • @Kyle Lewis Thanks for the reply. We are all set at the moment. We were looking at connecting Domo and the api calls would work should we have decided to pursue. But we are going in a different direction now. Thanks again!

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    @Ellen Hackeman
    Jan.22 post getting some love! =D

    First the obvious: you cannot connect a data warehouse to RE NXT.

    But you can create a few data sync-ing program (flow) to periodically sync FE data into a data warehouse.

    I utilize a Azure SQL Server and define FE (and RE) database tables we need on the database. Then I use Microsoft Power Automate to create multiple data sync-ing flows that call SKY API endpoints and a SQL function call OPENJSON to insert the data into the tables in 4 hours sync intervals throughout the day. Some data will be iterative load, while some will be full dump each time depending on # of records. For example, we have 2.8M transaction distribution records, that is a iterative load, while we have 26K accounts which is a full dump each time. Here's a few screenshots:

    407eb1b976e13d1893b0eaba2b3cd786-huge-im
    d8a3ccf8e4ca75754c6ae1f075d01859-huge-im
    34db1b814b346101eeb6da39639f3bc0-huge-im
    2d1030c3a232daf983d2481abd9f1546-huge-im
  • @Alex Wong
    What connector do you use to make the SKY API calls?

Categories