SPIFFE and SPIRE with Derek Edwards and Ryan Turner
The shift to microservices architectures and distributed systems has been a challenge for systems using conventional security practices, such filtering IP addresses using network policies. In addition, the increasing intersection of development and operations exemplified by the DevOps methodology has expanded the scope responsibilities in implementing secure systems. SPIFFE is a set of open-source specifications The post SPIFFE and SPIRE with Derek Edwards and Ryan Turner appeared first on Software Engineering Daily.
Postgres Data Warehouse with Josh Drake and Thomas Richter
A data warehouse is a centralized repository that an enterprise may use to store selected data from production systems. Data is transformed into a structured form that makes it easily accessible for business intelligence or other operational users. SQL-compliant databases are frequently used for data warehouses due to the popularity of SQL as a tool The post Postgres Data Warehouse with Josh Drake and Thomas Richter appeared first on Software Engineering Daily.
Open Source Industrialization with Kevin Xu
Open source software is software distributed along with its source code, using a permissive license that allows anyone to view, use, or modify it. The term “open source” also refers more broadly to a philosophy of technology development which prioritizes transparency and community development of a project. Typically, development is managed by a governing body, The post Open Source Industrialization with Kevin Xu appeared first on Software Engineering Daily.
LinkedIn Kafka with Nacho Solis (Repeat)
Originally published October 18, 2019 Apache Kafka was created at LinkedIn. Kafka was open sourced in 2011, when the company was eight years old. By that time, LinkedIn had developed a social network with millions of users. LinkedIn’s engineering team was building a range of externally facing products and internal tools, and many of these The post LinkedIn Kafka with Nacho Solis (Repeat) appeared first on Software Engineering Daily.
Kafka Applications with Tim Berglund (Repeat)
Originally published September 17, 2019 Ever since Apache Kafka was open sourced from LinkedIn, it has been used to solve a wide variety of problems in distributed systems and data engineering. Kafka is a distributed messaging queue that is used by developers to publish messages and subscribe to topics with a certain message type. Kafka The post Kafka Applications with Tim Berglund (Repeat) appeared first on Software Engineering Daily.