Forum Discussion

auBusinessDaD's avatar
auBusinessDaD
New Member
7 years ago
Solved

Choosing a Database

Some of you are lucky enough to ignore the below. For the rest of us, we don't have the luxury of accessing data directly. In this instance we have been looking at how we can pull data from periphera...
  • tonysellars's avatar
    tonysellars
    7 years ago

    To throw a couple more items into the mix

    - How directly usable is the data? 

    If the data needs some massaging or a little something, something to get it to match up with other sources, then pulling it into a Database has some advantages in so far as being able to slap a view layer in there to handle some of that.

     

    - How many Power BI models are being built off this (and how similar are they)?

     Adding in an Azure Analysis Services cube can help centralize the model and measures if it starts to get large or you find yourself repeating the same things Power BI model to model. 

  • Greg_Deckler's avatar
    Greg_Deckler
    7 years ago

    Looking forward to see what you come up with. Since you are looking for other ideas, here are the cloud-based options in Azure that you could consider that all already have a connector for Power BI

    • Azure SQL Database
    • Azure SQL Data Warehouse
    • Azure Analysis Services database
    • Azure Blob Storage
    • Azure Table Storage
    • Azure Cosmos DB
    • Azure Data Lake Store
    • Azure HDInsight (HDFS)
    • Azure HDInsight Spark
    • Azure Kusto

    Azure Blob Storage is ubiquitous in Azure and super inexpensive. Provides a massively scalable, durable, and highly available storage for data on the cloud, and serves as the data storage solution for modern applications.

     

    Azure Table storage is also very inexpensive, think key/value pairs. Azure Table storage is a service that stores structured NoSQL data in the cloud, providing a key/attribute store with a schemaless design. Sign into your Storage account to create, update, and query tables and more.

     

    Kusto is a log analytics cloud platform optimized for ad-hoc big data queries. Read more about it here: http://aka.ms/kdocs

     

    Azure Cosmos DB is a globally distributed multi-model database service designed to enable you to elastically and independently scale throughput and storage across any number of geographical regions with a comprehensive SLA.

     

     

    Let me know if you want any additional information.