🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

.NET

Description

RavenDB is an open-source NoSQL database software designed to help businesses streamline multi-document ACID transactions and facilitate extract, transform, and load (ETL) operations.

Examples

var ravenDbContainer = new RavenDbBuilder()
  .WithImage("ravendb/ravendb:5.4-ubuntu-latest")
  .Build();
await ravenDbContainer.StartAsync();