Language Selection

English French German Italian Portuguese Spanish

OSS: Streamlio, OpenStack Pike, Apache Kafka, Faces of Open Source, and More

Filed under
OSS
  • Streamlio bundles open-source projects into real-time streaming engine for enterprises

    Startup Streamlio Inc. is betting that organizations are ready for real-time streaming architectures to process their basic data needs, and now it has brought three of the latest open-source technologies to bear on the process.

    The company’s new real-time analytics suite incorporates the Apache Pulsar publish-and-subscribe engine with Heron, a real-time, distributed, fault-tolerant stream processing engine originally developed at Twitter Inc. and Apache BookKeeper, a low-latency storage service designed for real-time workloads. The combination is “the only enterprise-grade messaging solution optimized for streaming and storage,” said Streamlio co-founder and Chief Executive Lewis Kaneshiro.

  • Google, Pivotal partner to wield open-source, build consistent target for cloud developers

    Working across clouds can be a tricky business. A company’s clouds might come from different providers, run in private or in public, or just be highly customized to work with mission-critical legacy applications.

  • OpenStack Pike Cloud Platform Still Provides AWS Compatibility Layer

    The latest release of the OpenStack cloud platform landed on Aug. 30 with the debut of OpenStack Pike. While there are many incremental feature improvements in Pike, there is at least one key feature noteworthy in that it hasn't been removed. That feature is Amazon Web Services (AWS) API compatibility.

    Though the OpenStack Foundation and its member companies rarely talk about AWS compatibility, it's a feature OpenStack has long supported.

  • 3 industries relying on Apache Kafka

    Apache Kafka is a distributed publish-subscribe messaging system designed to be fast, scalable, and durable. It provides a unified, high-throughput, low-latency platform for handling real-time data feeds and has a storage layer that is essentially a massively scalable pub/sub message queue architected as a distributed transaction log. That architecture makes Kafka, which was originally developed by LinkedIn and made open source in early 2011, highly valuable for enterprise infrastructures to process streaming data.

    Originally, Kafka was built for website activity tracking—capturing all the clicks, actions, or inputs on a website and enabling multiple "consumers" to subscribe to real-time updates of that information. Now, however, companies in internet services, financial services, entertainment, and other industries have adapted Kafka's massively scalable architecture and applied it to valuable business data.

  • The Faces of Open Source: Jim Wright

    Jim is a powerhouse of knowledge in open source. He is fully versed in technical issues and deeply experienced in legal matters, both visible immediately in his quick, easy and comprehensive commentary around virtually any open source-related subject. Our discussion was framed by the same three questions as all the others in season one: how did he enter open source? what was the most interesting thing he observed? what did he think we should keep our eyes open for in the next 12 to 24 months? What stood out is perhaps how Jim tied his answers to the longer history of open source itself, and framed his answers in the content of our 20 plus year evolution as a community.

    One thing that Jim’s interview highlighted was that there was plenty of scope for deeper, more comprehensive interviews as we explored open source law, and he helped set the tone that would see a decision to shoot long-form interviews in the forthcoming series two.

  • FOSScamp Syros 2017 – day 3

    The 3rd day should have started with a Debian sprint and then a LibreOffice one, taking advantage I’m still attending, as that’s my last day. But plans don’t always work out and we started 2 hours later. When everybody arrive we got everyone together for a short daily meeting (scrum style). The people were divided to 3 teams for translating:  Debian Installer, LibreOffice and Gnome. For each team we did a short list of what left and with what to start. And in the end – how does what so there will be no toe stepping. I was really proud with this and felt it was time well spent.

  • Open Source EHR Generator Delivers Healthcare Big Data with FHIR

    Healthcare data analysts frustrated by the lack of access to large volumes of clean, trusted, and complete patient data can now take advantage of an open source EHR data generator platform called Synthea.

    One million synthetic patient records are currently available within the free online system, which uses HL7 FHIR to allow access to standardized datasets that mimic real electronic health records. 

    The wealth of easily accessible data may be a boon for the growing fields of machine learning and artificial intelligence, which require access to significant amounts of big data in order to train for clinical decision support, predictive analytics, and other patient care applications.

  • Court Ruling Adds New Power to Open Source Licenses

    Any organization using open source source software should make sure there is a strong open source policy in place that dots the "I"s and crosses the "T"s. Why? Because open source licenses recently became even more enforceable than they were already.

    For some time case law has made them enforceable in copyright cases. Now, with a federal district court ruling in Artifex vs. Hancom, they're clearly enforceable in contract disputes as well.

    First a little history.

    For a long time after Richard Stallman penned the first General Public License in 1989, there was a cloud with a question mark inside hanging over all open source projects. No one knew whether the license would be legally enforceable. When consulted, legal eagles were pretty much in agreement that they should be enforceable -- with the caveat that lawyers and judges have sometimes disagreed on seemingly clear points of law. Until there was a court case centered on their enforceability, they said, open source projects were in limbo.

  • Licensing woes

    On releasing modified versions of GPLv3 software in binary form only...

More in Tux Machines

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.

Red Hat Hires a Blind Software Engineer to Improve Accessibility on Linux Desktop

Accessibility on a Linux desktop is not one of the strongest points to highlight. However, GNOME, one of the best desktop environments, has managed to do better comparatively (I think). In a blog post by Christian Fredrik Schaller (Director for Desktop/Graphics, Red Hat), he mentions that they are making serious efforts to improve accessibility. Starting with Red Hat hiring Lukas Tyrychtr, who is a blind software engineer to lead the effort in improving Red Hat Enterprise Linux, and Fedora Workstation in terms of accessibility. Read more

Today in Techrights

Android Leftovers