Over ons - Wie zijn wij?

Wij zijn Business Intelligence- & data enthousiastelingen. Met vele jaren ervaring in elke schakel van de keten van Business Intelligence denken wij in oplossingen voor onze klanten.

Blog

In het blog vind je artikelen over Business Intelligence in het algemeen en verscheidene tools in het bijzonder. Voorbeelden van onderwerpen zijn Power BI, DAX, SQL, Data Warehousing, Data Modeling, etc.

Portfolio

Nieuwsgierig naar onze projecten? Enkele voorbeelden betreffen het ontsluiten van data middels een webscraper ontwikkeld in Python, het toepassen van business logica en de opslag van data in Azure SQL DB en rapportages in Power BI.

Cloud Reservation System using AWS CDK

Een cloud reserveringssysteem waarbij potentiele klanten op een website een datum en tijd kunnen selecteren, een emailadres in kunnen voeren en vervolgens een bevestingsmail in hun inbox krijgen. De infrastructuur is ontwikkeld met behulp van een S3 Bucket (static hosting), een Lambda Function, een DynamoDB tabel, een API Gateway en Simple Email Service. CloudFormation is…

Reduce storage costs: compression techniques Run Length Encoding & Dictionary Encoding

𝐂𝐨𝐦𝐩𝐫𝐞𝐬𝐬𝐢𝐧𝐠 𝐝𝐚𝐭𝐚 𝐫𝐞𝐝𝐮𝐜𝐞𝐬 𝐬𝐭𝐨𝐫𝐚𝐠𝐞 (𝐜𝐨𝐬𝐭𝐬).  Two compression techniques that are used a lot are called Run Length Encoding (RLE) and Dictionary Encoding (DE). These compression methods are used in the file format parquet but also by the Vertipaq engine in Power BI. Knowing about these compression techniques helps you better understand why the file size…

Imposter syndrom as a Data / Business Intelligence professional

𝐈𝐦𝐩𝐨𝐬𝐭𝐞𝐫 𝐬𝐲𝐧𝐝𝐫𝐨𝐦𝐞 𝐚𝐬 𝐚 𝐃𝐚𝐭𝐚 / 𝐁𝐮𝐬𝐢𝐧𝐞𝐬𝐬 𝐈𝐧𝐭𝐞𝐥𝐥𝐢𝐠𝐞𝐧𝐜𝐞 𝐏𝐫𝐨𝐟𝐞𝐬𝐬𝐢𝐨𝐧𝐚𝐥. It is not uncommon. 𝑯𝒐𝒘 𝒂𝒓𝒆 𝒚𝒐𝒖 𝒆𝒗𝒆𝒓 𝒈𝒐𝒐𝒅 𝒆𝒏𝒐𝒖𝒈𝒉 when there is an impossible amount to learn? The field is vast and constantly evolving, 𝐥𝐞𝐚𝐯𝐢𝐧𝐠 𝐦𝐚𝐧𝐲 𝐨𝐟 𝐮𝐬 𝐟𝐞𝐞𝐥𝐢𝐧𝐠 𝐥𝐢𝐤𝐞 𝐰𝐞’𝐫𝐞 𝐚𝐥𝐰𝐚𝐲𝐬 𝐩𝐥𝐚𝐲𝐢𝐧𝐠 𝐜𝐚𝐭𝐜𝐡-𝐮𝐩: ⏩ GenAI, the latest table format, the newest ingestion tool ⏩…

Reduce administrative overhead in Snowflake with Privilege Inheritance in Role Hierarchies

Privilege inheritance in Snowflake’s role hierarchy is a powerful feature that simplifies access management and reduces administrative overhead. In Snowflake, roles can be granted to other roles, creating a hierarchical structure. Privileges associated with a role are inherited by any roles above it in the hierarchy. This means that when you grant a privilege to…

Snowflake hierarchy of objects and Role Based Access Control (RBAC) and Discretionary Access Control (DAC) security models

In Snowflake objects are hierarchically ordered. This means that at the top you will find the organization, then the account all the way down until you’re at the level of tables. A graphical representation of this hierarchy is provided at the end of the post. This hierarchy is important when discussing the security of Snowflake.…