MongoDB.Entities
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
File Explorer
Download Latest Version (.zip)- config.yml
- issue.md
- publish-gh-pages.yml
- publish-to-nuget.yml
- FUNDING.yml
- codeStyleConfig.xml
- .gitignore
- copilot.data.migration.agent.xml
- copilot.data.migration.ask.xml
- copilot.data.migration.ask2agent.xml
- copilot.data.migration.edit.xml
- encodings.xml
- indexLayout.xml
- vcs.xml
- architecture.md
- code-map.md
- conventions.md
- dependencies.md
- gotchas.md
- index.md
- maintenance.md
- operations.md
- project-overview.md
- testing.md
- workflows.md
- icon.png
- icon.svg
- social.png
- BenchBase.cs
- Create.cs
- FileStorageRead.cs
- FileStorageWrite.cs
- Find.cs
- Relationships.cs
- Save.cs
- Template.cs
- Update.cs
- Watcher.cs
- Author.cs
- Book.cs
- File.cs
- Benchmark.csproj
- Program.cs
- run.cmd
- copilot.data.migration.agent.xml
- copilot.data.migration.ask.xml
- copilot.data.migration.ask2agent.xml
- copilot.data.migration.edit.xml
- Documentation.iml
- modules.xml
- prettier.xml
- workspace.xml
- artwork.ai
- donate.png
- F73EF8E5.png
- F73EF8E6.png
- favicon.ico
- header.svg
- icon.png
- social-square.png
- social.png
- head.tmpl.partial
- main.css
- Async-Support.md
- Audit-Fields.md
- Change-Streams.md
- Code-Samples.md
- Data-Migrations.md
- Entities-Delete.md
- Entities-Save.md
- Entities-Update.md
- Entities.md
- Event-Hooks.md
- Extras-Date.md
- Extras-Prop.md
- Extras-Sequence.md
- File-Storage.md
- Get-Started.md
- Global-Filters.md
- index.md
- Indexes-Fuzzy-Text-Search.md
- Indexes.md
- Multiple-Databases-Utility-Methods.md
- Multiple-Databases.md
- Performance-Benchmarks.md
- Queries-Count.md
- Queries-Distinct.md
- Queries-Find.md
- Queries-Linq.md
- Queries-Paged-Search.md
- Queries-Pipelines.md
- Relationships-Embeded.md
- Relationships-Referenced.md
- Schema-Changes.md
- String-Templates.md
- toc.yml
- Transactions.md
- .gitignore
- .nojekyll
- CNAME
- docfx.json
- index.md
- toc.yml
- copilot.data.migration.ask2agent.xml
- encodings.xml
- indexLayout.xml
- misc.xml
- projectSettingsUpdater.xml
- vcs.xml
- workspace.xml
- Distinct.cs
- Find.cs
- Index.cs
- PagedSearch.cs
- Replace.cs
- Update.cs
- UpdateAndGet.cs
- Attributes.cs
- IdAttributes.cs
- PreserveAttributes.cs
- RefAttributes.cs
- Entity.cs
- FileEntity.cs
- ObjectIdEntity.cs
- SequenceCounter.cs
- ICreatedOn.cs
- IEntity.cs
- IModifiedOn.cs
- Date.cs
- FuzzyString.cs
- DoubleMetaphone.cs
- LevenshteinDistance.cs
- Prop.cs
- Cache.cs
- GeoNear.cs
- IgnoreManyPropsConvention.cs
- LibraryInitializer.cs
- Logic.cs
- ModifiedBy.cs
- ModuleInitializerAttribute.cs
- Template.cs
- Transaction.cs
- Watcher.cs
- DB.Collection.cs
- DB.Count.cs
- DB.cs
- DB.Delete.cs
- DB.Distinct.cs
- DB.File.cs
- DB.Find.cs
- DB.Fluent.cs
- DB.GeoNear.cs
- DB.GlobalFilters.cs
- DB.IdGenerators.cs
- DB.Index.cs
- DB.Insert.cs
- DB.Migrate.cs
- DB.PagedSearch.cs
- DB.Pipeline.cs
- DB.Queryable.cs
- DB.Replace.cs
- DB.Save.cs
- DB.Sequence.cs
- DB.Transaction.cs
- DB.Update.cs
- DB.Watcher.cs
- Collection.cs
- Database.cs
- Date.cs
- Delete.cs
- Entity.cs
- Fluent.cs
- FuzzyString.cs
- Identity.cs
- Reflection.cs
- Relationships.cs
- IMigration.cs
- Migration.cs
- JoinRecord.cs
- Many.Add.cs
- Many.cs
- Many.Fluent.cs
- Many.Queryable.cs
- Many.Remove.cs
- One.cs
- mongod.cfg
- MongoDB.Entities.csproj
- MyDBEntity.cs
- TestCounting.cs
- TestDate.cs
- TestDefaultDbChange.cs
- TestDeleting.cs
- TestDistinct.cs
- TestDynamicIdRelationships.cs
- TestEntityClassMap.cs
- TestFuzzyString.cs
- TestGeoNear.cs
- TestIdGeneratorResolution.cs
- TestIndexes.cs
- TestModifiedBy.cs
- TestMultiDb.cs
- TestPagedSearch.cs
- TestProp.cs
- TestRelationships.cs
- TestReplacing.cs
- TestSaving.cs
- TestSerializerRegistration.cs
- TestSorting.cs
- TestTagReplacement.cs
- TestTransactions.cs
- TestUpdateAndGet.cs
- TestUpdating.cs
- TestWatcher.cs
- _001_rename_field.cs
- _002_undo_field_rename.cs
- Author.cs
- AuthorEntity.cs
- Book.cs
- BookEntity.cs
- Flower.cs
- FlowerEntity.cs
- Genre.cs
- GenreEntity.cs
- Place.cs
- PlaceEntity.cs
- Review.cs
- ReviewEntity.cs
- Auto.cs
- Blank.cs
- BookCover.cs
- BookMark.cs
- CustomerWithCustomID.cs
- CustomIDDuplicate.cs
- CustomIDOverride.cs
- DynamicIdEntities.cs
- IdGenerators.cs
- Image.cs
- NoGeneratorIdEntities.cs
- ProtectedFile.cs
- test.jpg
- .mongo-keyfile
- CappedCollection.cs
- Init.cs
- TestDatabase.cs
- TestFileEntity.cs
- TestMigrations.cs
- TestMultiClient.cs
- Tests.csproj
- .editorconfig
- .gitignore
- AGENTS.md
- azure-pipelines.yml
- changelog.md
- docker-compose.ci.yml
- LICENSE
- MongoDB.Entities.sln.DotSettings
- MongoDB.Entities.slnx
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/dj-nitehawk/MongoDB.Entities
Downloads the entire project code from GitHub to your computer.
cd MongoDB.Entities
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f docker-compose.ci.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. .NET
MediumPrerequisites
cd Benchmark
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
