https://github.com/markusbegerow/crate-powerbi
Power BI Connector for CrateDB
https://github.com/markusbegerow/crate-powerbi
cratedb database distributed-database powerbi powerbi-connector sql-database
Last synced: 8 months ago
JSON representation
Power BI Connector for CrateDB
- Host: GitHub
- URL: https://github.com/markusbegerow/crate-powerbi
- Owner: markusbegerow
- License: gpl-3.0
- Created: 2023-11-11T19:06:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T04:24:11.000Z (over 2 years ago)
- Last Synced: 2025-06-19T18:47:11.053Z (12 months ago)
- Topics: cratedb, database, distributed-database, powerbi, powerbi-connector, sql-database
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Power BI Connector for CrateDB
Power BI Connector for CrateDB
Donate link: Buy Me a Coffee?
## What is CrateDB?
CrateDB is a distributed SQL database that makes it simple to store and analyze
massive amounts of data in real-time.
CrateDB offers the benefits of an SQL database *and* the scalability and
flexibility typically associated with NoSQL databases. Modest CrateDB clusters
can ingest tens of thousands of records per second without breaking a
sweat. You can run ad-hoc queries using standard SQL. CrateDB's blazing-fast
distributed query execution engine parallelizes query workloads across the
whole cluster.
## What is Power BI native connector for CrateDB?
The new native Power BI connector for CrateDB connects Power BI Desktop to a cluster of a CrateDB instance.
### Install the connector
There are two ways to install the connector:
- Using the Self-Signed version - not available right now.
- Using the non-signed version, for which you'll have to reduce the security requirements of PowerBi. [There](#Install-the-unsigned-version)
### Install the self signed version - not available right now.
### Install the unsigned version
- You have to enable the "Uncertified connectors" in the Security Options of Power BI:

- Then download the last version of the unsigned connector (*.mez)
- And install this file into your `%USERHOME%\Documents\Power BI Desktop\Custom Connectors` folder.
- Restart Power Bi and the connector should show up in the list.
### How to use it?
* **Step 1**
> Launch the CrateDB connector. You will find it in the Get Data, Other.


* **Step 2**
> If you have not yet set up a CrateDB connection, you'll have to start one now. You have to login with your credentials


* **Step 3**
> Select the data you want to retrieve and validate

