The PostgreSQL Global Development Group announced the release of PostgreSQL 17, the newest version of the open source database. According to the group’s announcement, PostgreSQL 17 has improved performance and scalability while adapting to new data access and storage patterns required by cloud native computing and the rise of AI. Among the key new features … continue reading
OpenAI is updating its API with support for Structured Outputs to ensure that the outputs of its models match the JSON Schemas provided by developers. According to OpenAI, one of the core use cases for AI today is the ability to generate structured data from unstructured inputs, but previously, developers needed to utilize open source … continue reading
Data platform Redis has announced the release of RedisJSON 2.0. RedisJSON is a JSON-standards in-memory database. According to the company, this type of database has many benefits over the commonly used relational databases, which Redis explained can be inflexible and have scaling issues. To help address those shortcomings, RedisJSON offers flexible deployment options, cost savings … continue reading
Microsoft announced the general availability release of PowerShell Crescendo, which is a framework that lets developers create PowerShell cmdlets, or lightweight commands, for common command-line tools. The tool is a development accelerator that enables users to “rapidly build PowerShell cmdlets that leverage existing command-line tools,” according to Microsoft. It amplifies the command-line experience of the … continue reading
The team at JSON Schema recently unveiled that JSON Schema is the newest technical project hosted under the OpenJS Foundation. JSON Schema is a vocabulary that allows for the annotation and validation of JSON documents. Additionally, JSON Schema defines how a JSON should be structured and provides users with human and machine readable documentation. “We … continue reading
Businesses are quickly moving to NoSQL databases to meet performance and scalability requirements that today’s troves of data demand. The shift from relational database management systems (RDBMS) to NoSQL is becoming increasingly prevalent. “Most applications that we see go to NoSQL are Greenfield, but we’ve also started to see more migrations recently from relational backends … continue reading
The 2020 release of Altova is now available. The release includes Altova MissionKit desktop developer tools and server software products. In addition, version 2020 focuses on JSON with a new JSON Grid View designed to speed up JSON editing in XMLSpy. “We have heard from customers who are progressively utilizing XMLSpy for their JSON development … continue reading
Oracle has announced a major release of its open-source relational database management system MySQL. MySQL 8.0 delivers a number of improvements designed for database administrators and developers building the next generation of web, embedded, mobile, and cloud aps. “MySQL is the most trusted and widely used open source database platform in use today. 10 out … continue reading
The open source Git project has announced the release of Git 2.17.0. Updates include bug fixes from previous versions, and new features such as coloring moved code, speeding up status with watchman, and finding objects in history. The new color moved options is designed to group moved lines of code so developers can easily identify … continue reading
Heptio is marking a year in business with the release of what it’s calling a “new chapter” for ksonnet, its tool for storing and generating application configurations for Kubernetes deployments. Ksonnet uses a jsonnet, Heptio’s custom language for manipulating and producing JSON documents to generate Kubernetes manifests or YAML, which aren’t human-readable. “Our first efforts … continue reading
Ghost, a once tiny prototype idea for blogging, has turned into a fully functional open source blogging platform. The platform today announced its 100th release of Ghost, along with Ghost 1.0, which contains refactors, improvements, and fixes to the entire codebase. The big feature in Ghost 1.0 is a new editor that comes with a … continue reading
Back in the late 90s, when standards were proprietary and communication protocols complicated, two data formats appeared on the horizon. The first was the extensible markup language, born as an extension of an existing markup language standard (XML), and designed (by an open committee) with the purpose of storing and defining documents and data through … continue reading