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
Michał Leśniak is a RavenDB developer responsible for indexes, querying and backend enhancements.
What you will learn In this article you’ll find out how to use machine learning in the RavenDB indexing process. Following examples explain step-by-step how to: Train your own sentiment prediction model and use it to automatically classify comments as either toxic or non-toxic. Use a NuGet package with an already trained model to…
Highlights Data modeling in a NoSQL database requires rethinking relational structures Denormalization improves query performance and reduces indexing complexity Copying SQL models directly leads to inefficient queries and design issues Data modelling Data modeling is the first and most important step in NoSQL database…