Ocak.2023 Açık kaynak dünyasının en köklü kuruluşlarından biri olan Apache Yazılım Vakfı (ASF, Apache Software Foundation), son dönemde ismi nedeniyle Amerikan Yerlisi aktivistlerin eleştirileriyle karşılaşıyor. Aktivistler, vakfın adında yer alan “Apache” kelimesinin, Amerikan Yerlisi kültürünü ve tarihini ticarileştirdiğini ve sömürgeleştirici bir yaklaşımı desteklediğini savunuyor. Apache İsim Tartışması Apache Yazılım Vakfı, […]
Devamını Oku
In the fast-paced world of computing, organizations face the challenge of efficiently processing vast amounts of data. AWS Batch, a fully managed service by Amazon Web Services (AWS), offers an effective solution for executing batch computing workloads on the cloud. This article will delve into the history, key features, benefits, […]
Devamını Oku
Rancher is a container management platform with a user-friendly interface for deploying, managing, and scaling Kubernetes clusters. Kubernetes is an open-source container orchestration system for automating containerized applications’ deployment, scaling, and management. Rancher provides a centralized platform for managing multiple Kubernetes clusters across different environments, such as on-premises, cloud, or […]
Devamını Oku
Apache Superset was initially developed by Maxime Beauchemin, a data engineer at Airbnb, as a hack-a-thon project in 2015. The project was open-sourced in 2017, and graduated from the Apache Incubator program in 2021. Superset is a web-based data visualization and exploration tool that allows users to easily create and […]
Devamını Oku
Apache Superset is an open-source data visualization and exploration tool built on Python, SQLAlchemy, and Flask. It allows users to easily create and share dashboards, charts, and other visualizations. Superset can be used with various databases, including MySQL, PostgreSQL, and Oracle. It also supports a variety of authentication methods, including […]
Devamını Oku
Apache Kafka is an open-source distributed streaming platform designed to efficiently handle high volumes of real-time data. It is used to build real-time data pipelines and streaming applications and is often used when large amounts of data need to be processed in real-time. Kafka is based on a publish-subscribe model, […]
Devamını Oku
Apache ActiveMQ is an open-source messaging system designed to be fast, reliable, and flexible. It facilitates communication between software systems and applications, often in a distributed environment. ActiveMQ is based on the Java Message Service (JMS) API, a standard Java interface for message-oriented middleware (MOM). It supports a wide range […]
Devamını Oku
Apache JMeter is a load-testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications. It can test the performance of static and dynamic resources, such as static files, Java Servlets, CGI scripts, Java objects, databases, FTP servers, and more. JMeter can […]
Devamını Oku
Debezium is an open-source distributed platform for change data capture (CDC). It provides a scalable and reliable way to capture and stream changes from databases (such as MySQL, PostgreSQL, and MongoDB) to event streams in Apache Kafka. Debezium can track changes to data in real-time, making that data available for […]
Devamını Oku
How to Choose the Right Message Broker for Your Application If you are developing a distributed application that relies on asynchronous communication between its components, you might need a message broker to handle the data flow. A message broker is a software module that acts as an intermediary between different […]
Devamını Oku