August 2021 Summaries
2 posts from Redis
Filter
Month:
Year:
Post Summaries
Back to Blog
The company Redis Labs is rebranding as simply "Redis", dropping its "Labs" suffix from its name, logo, and branding. This change reflects the maturity of the company and the Redis open-source project, to which it has continuously contributed since 2011 and sponsored since 2015. The company will continue to work with developers, customers, and partners across the Redis community, focusing on leading the evolution of Redis as the leading real-time data platform. The rebranding does not change the code or licensing of Redis, but rather aims to provide greater alignment between the core technology and enterprise product suite, making it easier for customers to understand direct Redis offerings versus partner-leveraged ones.
Aug 11, 2021
972 words in the original blog post.
The text discusses the concept of "impedance mismatch" in data pipelines, which refers to the discrepancy between the data format, schema and protocol used by different systems. This can lead to increased complexity and overhead in managing and maintaining a data layer. To measure this complexity, an "Impedance Mismatch Score" (IMS) is introduced, which calculates the transformational and pipeline overheads associated with each system. By comparing IMS scores for various architectures, one can determine the simplest and most efficient solution for their specific use case. The text also provides a simple spreadsheet-based calculator to help users compute IMS scores for different data pipelines.
Aug 06, 2021
1,145 words in the original blog post.