10 links
tagged with all of: database + open-source
Click any tag below to further narrow down your results
Links
InfluxDB 3 Core represents a significant rewrite aimed at enhancing speed and simplicity, addressing user demands for unlimited cardinality, SQL support, and a separation of compute and storage. The open-source version simplifies installation with a one-command setup and is designed to efficiently handle high cardinality data without compromising performance.
Redis has reverted to an open source licensing model with the introduction of the GNU Affero General Public License (AGPL) for Redis 8, following criticism of its previous Server Side Public License (SSPL). While this shift aims to satisfy the open source community, some developers still find the AGPL too restrictive, and alternatives to Redis are being considered by many users.
The article explores the original goals of the Postgres project and highlights how its creators successfully achieved these objectives. It discusses the foundational principles that guided the development of Postgres and its evolution into a robust database system known for its reliability and advanced features.
HelixDB is an open-source graph-vector database developed in Rust that simplifies the backend development for AI applications by integrating various storage models into a single platform. It features built-in tools for data discovery, embedding, and secure querying with ultra-low latency, making it suitable for applications that require rapid data access. Users can easily set up and deploy their projects using the Helix CLI tool and supported SDKs.
PostgreSQL 18 has been released, featuring significant performance improvements through a new asynchronous I/O subsystem, enhanced query execution capabilities, and easier major-version upgrades. The release also introduces new features such as virtual generated columns, OAuth 2.0 authentication support, and improved statistical handling during upgrades, solidifying PostgreSQL's position as a leading open source database solution.
VulnerableCode is an open-source database aimed at providing accessible information on vulnerabilities in open source software packages. It focuses on improving the management of vulnerabilities by using Package URLs as unique identifiers and aims to reduce false positives in vulnerability data. Currently under active development, it offers tools for data collection and refinement to enhance security in the open source ecosystem.
Development on DiceDB, an open-source in-memory database optimized for modern hardware, has been paused. It provides a high-throughput and low-latency data management solution and can be easily set up using Docker. Contributors are encouraged to follow the guidelines and join the community for collaboration.
Liam ERD is an open-source tool that generates interactive and visually appealing ER diagrams from database schemas. It offers a user-friendly interface, easy reverse engineering, and requires no configuration for setup, making it suitable for both small and large projects. Users can contribute to the project and access extensive documentation and a roadmap for future developments.
PostgreSQL 18 Beta 1 has been released, offering a preview of new features aimed at improving performance and usability, including an asynchronous I/O subsystem, enhanced query optimization, and better upgrade tools. The PostgreSQL community is encouraged to test the beta version to help identify bugs and contribute feedback before the final release expected later in 2025. Full details and documentation can be found in the release notes linked in the announcement.
Valkey 9, an open-source key-value database forked from Redis, is set to enhance multi-tenant clustering and improve resource optimization with its upcoming release. It aims to allow multiple applications to share a single Valkey instance, addressing community demands for better handling of microservices and data management. Additionally, it will include high availability features and a safer shutdown mode, positioning Valkey to evolve into a more versatile general-purpose database beyond just caching.