https://github.com/realm/realm-dotnet-samples
https://github.com/realm/realm-dotnet-samples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realm/realm-dotnet-samples
- Owner: realm
- License: mit
- Created: 2022-10-10T13:28:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T20:13:26.000Z (about 2 years ago)
- Last Synced: 2025-01-21T01:13:51.309Z (12 months ago)
- Language: C#
- Size: 693 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](LICENSE)
## Description
This repo contains [Realm .NET SDK](https://github.com/realm/realm-dotnet) samples:
* [QuickJournalSync](QuickJournalSync): an example [MAUI](https://github.com/dotnet/maui) app that shows how to integrate Realm and [Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/get-started/) in an application, with particular focus on error handling, connection state changes and offline realms.
* [AnalyticsTelemetry](AnalyticsTelemetry): an example [MAUI](https://github.com/dotnet/maui) app that shows how to use Realm for an Analytics or Telemetry application by using [Atlas Device Sync](https://www.mongodb.com/docs/atlas/app-services/sync/) and [Data Ingest](https://www.mongodb.com/docs/realm/sdk/dotnet/sync/asymmetric-sync/). The project also shows how to visualize the captured data using [MongoDB Charts](https://www.mongodb.com/docs/charts/).
* [AtlasSearch](AtlasSearch): an example [MAUI](https://github.com/dotnet/maui) app that shows how to use Realm and Atlas Search for use cases where full-text search functionality is required.
* [ObjectsAsAPI](ObjectsAsAPI): an example [MAUI](https://github.com/dotnet/maui) app that shows how to it is possible to use the insertion or update of Realm objects as a way to simulate a backend API call once the objects are synchronized on Atlas.
* [IntelligentCache](IntelligentCache): an example [MAUI](https://github.com/dotnet/maui) app that shows how it is possible to use Atlas as an intelligent cache against an external service.
## Usage
Check the README.md files of the samples for instructions how to run them.