Discover all the things you can do with RavenDB
Check out the dev hub, read some docs, or hear from our customers.
Learn about us, what we’re building today, and where we’re going tomorrow
Maciej Aszyk is part of the RavenDB development team, focusing on backend performance and search engines.
Highlights Use custom analyzers in RavenDB to search words with or without diacritics. Apply ASCIIFoldingFilter to convert characters like Ó or Ü into their closest ASCII forms. Use RavenDB’s search() method so query terms are processed by the same analyzer used during indexing. Diacritical marks are used to change the sound…
We’re happy to announce that starting with version v7.0, RavenDB now supports vector indexing and querying, enabling you to utilize AI capabilities to enhance your search experience. In this article, we’ll guide you through what you can achieve by using this feature and how to set it up quickly. Introduction Vector search is a method…
What you will learn What is OpenTelemetry and why you want to use it How RavenDB integrates with OpenTelemetry How to set up OpenTelemetry Collector with RavenDB and push metrics to the Prometheus General The best definition what is OpenTelemetry can be found on OpenTelemetry official website: OpenTelemetry is a collection…
Introduction RavenDB, as a schemaless database, gives you flexibility in how you persist data in the system, allowing the system to evolve freely over time, and it’s not only restricted to the documents. Static indexes (written in C# or JavaScript) provide the possibility of producing/generating specialized data structures for efficient…