An open API service indexing awesome lists of open source software.

https://github.com/realm/realm-dotnet-samples


https://github.com/realm/realm-dotnet-samples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          


realm by MongoDB

[![License](https://img.shields.io/badge/License-Apache-blue.svg)](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.