Systems | Development | Analytics | API | Testing

Latest News

Logit.io Confirms Plans To Support AWS OpenSearch & OpenDashboards

We are excited to inform all of our users that we will be bringing OpenSearch and OpenDashboards onto the Logit.io platform in the coming months. You may have already been aware that we’ve previously announced our support for the previous iteration of OpenSearch & OpenDashboards known as Open Distro in our response here. Due to our early public support of these oncoming changes you can see our platform cited on the official AWS OpenSearch website.

ETL with Apache Airflow

Written in Python, Apache Airflow is an open-source workflow manager used to develop, schedule, and monitor workflows. Created by Airbnb, Apache Airflow is now being widely adopted by many large companies, including Google and Slack. Being a workflow management framework, Apache Airflow differs from other frameworks in that it does not require exact parent-child relationships. Instead, you only need to define parents between data flows, automatically organizing them into a DAG (directed acyclic graph).

Taking open-source to the next level at Bitrise - Step by step

One of the reasons I joined Bitrise was the awesome community and the fact that most of the codebase here is actually open-sourced. If the Step Library is the brain of each and every build running on Bitrise, the open-source community must be the heart of it, playing a key role in the success of our product. That's why we have some plans to do more amazing things.

Choosing Open Wisely

Since Snowflake’s inception we’ve had the needs of our customers as our North Star, with a clear focus on security and governance of data, continuous advances on performance and reduction of latencies, and relentless capabilities innovation. As part of our product development, we constantly evaluate where open standards, open formats, and open source can help or hinder our progress towards those goals. In short, it is a matter of degree.

Which Open Source Bug Tracking Tools Would Be Best For You?

With the increase in open-source software tools, developers have become more powerful. Open Source refers to an openly distributed code which allows users to inspect, modify and enhance it. It includes a license that allows users to utilize the source code and you can also modify and share under defined terms and conditions.

Why Large Enterprises Should Embrace an Open Source API Gateway

This blog post is part two of a three-part series on how we’ve scaled our API management with Kong Gateway, the world’s most popular open source API gateway. We understand that this post’s title may seem a little controversial. When we announced that our new API gateway solution might be an open source product, we got many questions from voices across the company.

Top 10 Best Node.js Open Source Projects to Keep an Eye On

NodeJS is a server-side platform that’s built on the JavaScript Engine (V8 Engine) of Google Chrome. It’s an open-source, cross-platform runtime environment for JavaScript code execution outside the browser. The platform, being event-driven, works on a non-blocking I/O model, making it lightweight and effective in building web applications. With the platform, you could simultaneously run code on the client and server side, hastening the development process.