Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 10.6 KB

open-source-tools.md

File metadata and controls

22 lines (11 loc) · 10.6 KB
description
Overall tool stack used in DIGIT

Open Source Tools

DIGIT being an open source platform, all the tools and tech stack used to build, deploy and operate DIGIT - are also open source and community edition. The various tools used are listed below with the specific versions used and their short description.

Platform Tools

Platform ToolsUsed VersionDescriptionLicence Type
​ Kafka5.4.1Apache Kafka is an open-sourced distributed event streaming platform capable of handling trillions of events a day.Apache 2.0
​Zookeeper5.4.1ZooKeeper is an open-source Apache project that provides a centralized service for providing configuration information, naming, synchronization and group services over large clusters in distributed systems. When working with Apache Kafka, ZooKeeper is primarily used to track the status of nodes in the Kafka cluster and maintain a list of Kafka topics and messages.​Apache 2.0
​Zuul2.2.2Zuul is an open sourced edge service that proxies requests to multiple backing services. It provides a unified “front door” to your system, which allows a browser, mobile app, or other user interface to consume services from multiple hosts without managing cross-origin resource sharing (CORS) and authentication for each one.​Apache License 2.0
​Elasticsearch6.6.2Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured and unstructured.Apache License2.0
​Kibana6.6.2Kibana is a free and open frontend application that sits on top of the Elastic Stack, providing search and data visualization capabilities for data indexed in Elasticsearch.Apache License2.0
​Fluentbit1.0.6Fluent Bit is an open source and multi-platform Log Processor and Forwarder which allows you to collect data/logs from different sources, unify and send them to multiple destinations. It's fully compatible with Docker and Kubernetes environments.​​Apache License 2.
​Postgresql9.6 and 10.6PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performancePostGres License
​Redis3.2.6Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.BSD License
​Jaeger1.18Jaeger is open source software for tracing transactions between distributed services. It's used for monitoring and troubleshooting complex microservices environments.Apache License

Dev Stack Tools

Dev Stack ToolsLatest VersionUsed VersionDescriptionLicense Type
OpenJDKJDK118u212OpenJDK is completely open source and can be used it freelyGPL-2
SpringBoot2.6.02.2.6Spring Boot is an open-source micro framework maintained by a company called Pivotal. It provides Java developers with a platform to get started with an auto configurable production-grade Spring application.Apache License 2.0
React17.0.216.7.0React is one of Facebook's first open source projects that is both under very active development and is also being used to ship code to everybody on facebook.com.MIT
Material-UI-React16.8.0Material-UI CE (Community Edition) has been 100% open-source (MIT) since the very beginning, and always will be. Developers can ensure Material-UI is the right choice for their React applications through Material-UI's community maintenance strategy.MIT
NodeJS14.08.4.0Node. js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.MIT

DevOps Stack Tools

DevOps Stack ToolsLatest VersionUsed VersionDescriptionLicense Type
Kubernetes1.221.18.xKubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.Apache License 2.0
Docker19.03.1419.xDocker, a subset of the Moby project, is a software framework for building, running, and managing containers on servers and the cloud.Apache License 2.0
Helm3.6.33.x.xHelm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes.Apache License 2.0
Terraform1.1.0v0.14.10Terraform allows infrastructure to be expressed as code in a simple, human readable language called HCL (HashiCorp Configuration Language).Mozilla Public License 2.0
Jenkins2.3062.289Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.MIT
Go Lang1.16.71.13.3Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.3-clause BSD + patent grant
Groovy3.0.83.0Apache Groovy is a powerful, optionally typed and dynamic language, with static-​typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.Apache License 2.0
Python3.9.6v3.9.6Python software and documentation are licensed under the PSF License Agreement. Starting with Python 3.8.6,PSF
Sopsv3.7.1v3.7.1sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.Mozilla Public License 2.0
Ansible2.11.3v2.9.23Ansible is an open source community project sponsored by Red Hat, it's the simplest way to automate IT.GNU General Public License
yaml1.21.2YAML is a human-readable data serialization standard that can be used in conjunction with all programming languages and is often used to write configuration files.License