Unser Newsletter rund um technische Themen,
das Unternehmen und eine Karriere bei uns.

How to configure pylintrc for Python Processors in Apache NiFi?
Marlies Hinterleitner
Englisch
With Pylint you can ensure the quality of your Python projects. You can do manual checks locally or automated in a pipeline. The following article gives a quick explanation of how to achieve excellent code quality with your Apache NiFi Python Processors with just a few steps. Installing and customizing pylint To get started, you will need to instal...
Weiterlesen
Continuous Deployment for New Python Processors in NiFi 2
Janis Ax
Englisch
In the rapidly evolving landscape of data processing, Apache NiFi has emerged as a powerful tool for automating the flow of data between systems. With the introduction of NiFi 2, the ability to implement new processors directly in Python has become a meaningful change for developers and data engineers. This blog post explains how you can deploy new...
Weiterlesen
Which account is the right one? Set up and check Instant File Initialization on Microsoft SQL Server correctly
Sebastian Herd
Data Management
Since version 2016 of SQL Server, the “Perform Volume Maintenance Tasks” right can be assigned during the installation of SQL Server in order to activate the “Instant File Initialization” functionality. But which account receives the right? We took a closer look at the topic in a customer project and share the results here. So let's start from the ...
Weiterlesen
Google Cloud: Workload Identity Federation
Niklas Höfling
Englisch
Keyless authentication in the Google Cloud. How Workload Identity Federation replaces the use of service account keys in API authentication. Starting Point In an increasingly digitalized working world, cloud-based infrastructures and the automation of workflows are indispensable. Concepts such as Infrastructure as Code (IaC) or version management s...
Weiterlesen
Learning to read: The MySQL InnoDB Cluster & Read Replicas
Matthias Jung
MySQL - English Articles
With the brand-new Innovation Release 8.1.0, Oracle has once again given the MySQL InnoDB Cluster a new “feature”: “Read Replicas”. This allows an InnoDB cluster to be supplemented with additional read-only instances. This article explains how this works and why it can make sense. A, B, C An InnoDB cluster usually consists of three nodes that provi...
Weiterlesen
Execute PowerShell scripts as SYSTEM
Andreas Jordan
PowerShell
We frequently experience situations where PowerShell scripts need to be run as local system (NT AUTHORITY\SYSTEM). For one of our customers, we wanted to use this method to store a password encrypted by Export-Clixml with the key of the local system, so that another process can decrypt and use it again with Import-Clixml. What are the options? Seve...
Weiterlesen