Back to the catalog

OKF Knowledge Set

Bundle OKF 0.1 · 10 conceitos · dj-nitehawk/MongoDB.Entities

Open source Repository Open in the app JSON README (API)

About

# OKF Knowledge Set

Compact operational knowledge for agents working on MongoDB.Entities. Read relevant files before editing. Keep synchronized with code, tests, docs, and configuration.

## Core reading order
* [Project Overview](project-overview.md): purpose and scope
* [Architecture](architecture.md): boundaries and invariants
* [Code Map](code-map.md): where things live
* [Conventions](conventions.md): coding/design rules

## Workflow and validation
* [Workflows](workflows.md): build, pack, docs, release
* [Testing](testing.md): MSTest, MongoDB, Testcontainers

## Task-specific
* [Dependencies](dependencies.md) · [Operations](operations.md) · [Gotchas](gotchas.md) · [Maintenance](maintenance.md)

## Authority
If OKF conflicts with source, tests, generated artifacts, or manifests: verify those, then update OKF.

## Maintenance
Normative OKF use/update gates: repo canonical agent instructions (`AGENTS.md`). Reminder + conformance detail: [Maintenance](maintenance.md).
Before finishi

Details

Kind
OKF bundles
Topic
Developer tools
Publisher
dj-nitehawk
Origin
okf_github
Category
dados
Version
0.1
Stars
571
Forks
72
Last push
2026-08-02T06:46:28Z
Repository state
ativo
Language
C#
License
MIT
Added
2026-09-08 22:07:22
Updated
2026-09-08 22:07:22
Origin id
dj-nitehawk/MongoDB.Entities:.okf/index.md

README

[![license](https://img.shields.io/github/license/dj-nitehawk/MongoDB.Entities?color=blue&label=license&logo=Github&style=flat-square)](https://github.com/dj-nitehawk/MongoDB.Entities/blob/master/README.md) [![nuget](https://img.shields.io/nuget/v/MongoDB.Entities?label=version&logo=NuGet&style=flat-square)](https://www.nuget.org/packages/MongoDB.Entities) [![nuget](https://img.shields.io/nuget/dt/MongoDB.Entities?color=blue&label=downloads&logo=NuGet&style=flat-square)](https://www.nuget.org/packages/MongoDB.Entities) [![tests](https://img.shields.io/azure-devops/tests/RyanGunner/MongoDB%20Entities/4?color=blue&label=tests&logo=Azure%20DevOps&style=flat-square)](https://dev.azure.com/RyanGunner/MongoDB%20Entities/_build/latest?definitionId=4) [![discord](https://img.shields.io/discord/768493765995921449?color=blue&label=discord&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/8UpqWT35rj)


# MongoDB.Entities
A light-weight .net standard library with barely any overhead that aims to simplify access to mongodb by abstracting the official driver while adding useful features on top of it resulting in an elegant API surface which produces beautiful, human friendly data access code.

## More Info:
please visit the official website for detailed documentation:
## [https://mongodb-entities.com](https://mongodb-entities.com)

More