Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 901 Bytes

File metadata and controls

16 lines (10 loc) · 901 Bytes

MelbergFramework.Infrastructure.Couchbase

Couchbase implementation for Melberg-Framework

Overview

An very opinionated couchbase package that trades security for ease of use. Given a couchbase user with administration rights, it creates a bucket as detailed in the appsettings.json and creates collections as requested by the BaseRepository implementations.

Anatomy of Appsettings.json

Place the values in the "Couchbase" section of the appsettings.json, see demo example here.

General Execution

This project requires dotnet 8 sdk to run (install link here).

How to run a Redis Server

Docker installation guide for couchbase here.