Home / Companies / Gel Data / Blog / November 2023

November 2023 Summaries

4 posts from Gel Data

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses user authentication in applications built using EdgeDB, a data management system designed to simplify the process of shaping, transforming, and serializing data. It highlights how access policies in EdgeDB can help move filtering and access control directly into the database, thereby simplifying application code and avoiding accidental data leaks. The text also introduces EdgeDB Auth, an authentication solution that is deeply integrated with the EdgeDB server itself, making it easy to set up and use. It provides a step-by-step guide on configuring EdgeDB Auth and using it in conjunction with Next.js for user authentication. Finally, the text outlines some reasons why developers should choose EdgeDB Auth over other existing solutions, such as its built-in UI, deep integration, and future potential enhancements.
Nov 22, 2023 1,883 words in the original blog post.
EdgeDB offers a streamlined approach to building applications by integrating data shaping, serialization, and user authentication directly into its database system, significantly simplifying application code. The EdgeDB query language, EdgeQL, and features like access policies allow developers to embed business logic within the database, reducing the complexity of traditional relational or document-based databases. EdgeDB Auth, a deeply integrated authentication solution, provides a built-in UI and seamless integration with Next.js, utilizing Proof Key of Code Exchange (PKCE) for secure token communication. This eliminates the need for external authentication services and reduces operational overhead. Although EdgeDB Auth currently offers limited providers and strategies, it promises scalability without additional costs and plans for future enhancements such as multi-factor authentication and more third-party integrations. EdgeDB invites developers to contribute to its evolution by sharing their experiences and suggestions on Discord.
Nov 22, 2023 2,129 words in the original blog post.
EdgeDB Inc., founded four years ago, has released the fourth version of its database, EdgeDB 4.0, along with launching EdgeDB Cloud. The company is proud of its vertical integration and has been optimizing EdgeDB for cloud efficiency since day one. The new EdgeQL query language enables convenient and virtually limitless composability in queries. EdgeDB also offers a developer experience advantage through its seamless connection to the cloud and easy installation process. EdgeDB 4 introduces full text search support, an integrated authentication solution, more powerful "if" expressions, and multi-ranges. The new FTS feature is designed to be flexible and can work with external search engines like Elastic in the future. The integrated auth extension offers email/password authentication or OAuth authentication with various providers, along with a built-in login UI that can be branded to match an app. The company plans to continuously evolve EdgeDB Cloud and ship updates on a regular basis, with a free tier coming soon. Their vision for EdgeDB Cloud is to build a fast, reliable, and enjoyable data platform suitable for apps and services at any scale.
Nov 01, 2023 2,196 words in the original blog post.
EdgeDB Inc. has announced the release of EdgeDB 4 and the launch of EdgeDB Cloud, marking a significant milestone in their four-year journey. EdgeDB is a modern relational database with a strictly typed, declarative schema that combines the best features of SQL and GraphQL, and is built on PostgreSQL. The new version introduces features such as full-text search (FTS), an integrated authentication solution, and enhanced query capabilities, all designed to improve developer experience and performance in cloud environments. EdgeDB Cloud offers optimized cloud efficiency with a stateless network protocol and smart client APIs, enabling seamless, secure communication and connection pooling. The platform emphasizes developer convenience by simplifying local development and configuration processes. EdgeDB aims to continuously enhance its cloud offering, with future plans including a free tier and additional performance and usability improvements, aspiring to create a fast, reliable, and enjoyable data platform for a wide range of applications.
Nov 01, 2023 2,470 words in the original blog post.