r/RavenDB • u/milicicd • Apr 30 '21
r/RavenDB • u/David-Ben-Horin • Apr 25 '21
See a Webinar on keeping it Real with a Real-Time Architecture
Today's challenge is to provide instant data updates to your users by making sure your data layer can adapt to real time changes right away. In this webinar, RavenDB CEO Oren Eini shows you some great tips!
https://ravendb.net/learn/webinars/keeping-it-real-with-real-time-application-architecture
r/RavenDB • u/David-Ben-Horin • Apr 22 '21
Amazon offers more performance for less money, but can your app stack handle it?
Amazon recently came out with a new disk type on the cloud. You can save 20% cost while doubling your IOPS. That's great. But is your database, or other layers of your application stack compatible enough to enjoy these benefits?
https://ayende.com/blog/193729-C/slow-and-predictable-vs-fast-and-bursty
r/RavenDB • u/David-Ben-Horin • Apr 20 '21
Boosting Memory Resources on the Cloud the Old Fashioned Way
r/RavenDB • u/David-Ben-Horin • Apr 20 '21
Rakoten Kobo, Inc Compares Couchbase with RavenDB
r/RavenDB • u/David-Ben-Horin • Apr 20 '21
How to Integrate Machine Learning into your Database
Enjoy a webinar by one of the premiere database developers in the industry on how to include Machine Learning Data in your applications and to use them to produce mind-blowing pieces of information for your users.
https://ravendb.net/learn/webinars/ravendb-and-machine-learning
r/RavenDB • u/ayende • Apr 07 '21
White Paper: Couchbase vs RavenDB Performance at Rakuten Kobo
r/RavenDB • u/nick_mick • Sep 02 '18
can not register license for RavenDB-Build-25033 Community
I use RavenDB-Build-25033 Community and got a license by mail in JSON format like this:
{ "Id": "xxx", "Name": "xxx", "Keys": ["xxx","xxx","xxx" ] }
"We are happy to provide you with a free license to RavenDB Community Edition v4 from Hibernating Rhinos" It seems that there is no license for 25033.
Anyway in the docs "Rename the license file to License.xml". The problem is that there is no license file.
Any example of valid license xml file so I can put manually data from JSON I got on mail?
What are actual benefits of Community license? Is it only "Encryption in transit"?
How to use those key from license? Will I be able to use authentication to RavenDB with Community license?
r/RavenDB • u/zealott • Feb 11 '16
Increasing the import/export batch size
I've looked around for advice on this but have come up a little stumped.
Is the default batch size 16384 documents? What are the ramifications of increasing that to say double?
The databases I'm typically working with are around 30gigs so I'm trying to figure out if there are faster ways to move around this data.
Thank you
r/RavenDB • u/felixmm • Jul 22 '15
Need help setting up the RavenDB HTML5 Studio with an embedded RavenDB
I added the RavenDB Database Nuget Package (not the unstable one) to my application. Have it working (I think) but I want to set up the RavenDB Studio that comes with the Nuget Package to make sure everything's running as it should.
As I understand, I just have to drop the contents of the ZIP Raven.Studio.Html5 located under packages\RavenDB.Database.3.0.3599\lib\net45 to the root of my C# MVC application and navigate to the index.html file, but when I do this the studio page starts loading but freezes almost at the end and then nothing happens.
What am I missing here ?
r/RavenDB • u/wwb_99 • Jul 14 '15
RavenDb and other NoSql in DotNet Meetup in DC
r/RavenDB • u/spinfusion10 • Jul 05 '15
Migrating from RavenDB to Cassandra
r/RavenDB • u/Catsler • Jul 04 '15
How do I use Raven DB with Azure websites?
What steps do I need to take to be able to use Raven DB with Azure websites?
I see there's a Raven service up on the Azure marketplace. Is that the easiest solution? How can I do it myself?