The following code samples are meant to help any developer who is working with Realm Sync. The majority of these code samples are written using Realm's Node Javascript SDK, but the concepts can be applied to most other bindings.
- Realm Platform High Level Walkthrough
- Realm's Event Handler
- Configurable Kafka Consumer
- Working with Query-Based Sync Permissions
- Push Notifications
- Sending Email with Sendgrid
- Sending Text Messages with Twilio
- Deleting Objects with TTL
- Convert a local Realm to a Synced Realm
- REST API Integration with the Event Handler
- Dequeuing Messages
- Bulk Loading Data into Realm Object Server
- Converting a Full Realm to a Reference Realm
- Deploying a ROS Cluster via Helm Recommended deployment mechanism
- Adding Advanced Monitoring to your Self-Hosted ROS
- Enterprise Architecture Manual Deployment -- This is not the recommended deployment mechanism and should only be used after consulting the Realm team
- Running ROS via Docker
- Bootstrapping Users
- Custom Authentication
- Writing a Custom Service