Migrating from Node Redis to Ioredis: a slightly bumpy but faster road
This blog post tells the story of why and how we migrated from the Node Redis client library to Ioredis.
This blog post tells the story of why and how we migrated from the Node Redis client library to Ioredis.
Fivetran dbt Packages accelerate analytics with off-the-shelf SQL for data modeling.
In the previous article we discussed how to enable a server initiated encrypted connection to a Microsoft SQL Server. But what if we have a scenario where we do not want to incur the overhead of encryption for every application? In that scenario instead of configuring the server to force encryption we will instead need the client to initiate the encrypted connection.
Network encryption is a vital security step in hardening your application and guarding your data. Additionally, it is more often becoming a requirement by many organizations and laws (like HIPAA). In this article, we will discuss how to secure network communication between your application and the SQL Server database using an encrypted connection. We will demonstrate how encryption can be enabled and leveraged from SourcePro DB with no source code changes to your application.