You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redfly lets you directly sync your database with Redis and provides automated, near real-time cache updates and expiry without complex setup, mapping or configuration. This repo is intended to make it easy for developers to try out our system. We support numerous disk-based databases with support for even more coming soon!
This repo demonstrates two different approaches to solving a fictitious Customer Billing Processing scenario. For such end are used .Net core 3.1, RabbitMQ, MongoDB Atlas, Redis Distributed Cache, Sqlite, Rest APIs and Console Workers.
Art Appointments is a web application where users can schedule appointments with artists in a seamless and intuitive way. Built using C# and MongoDB, this project showcases an end-to-end CRUD system with Razor views, providing a platform for creative collaborations and scheduling efficiency. 🎨📅
MongoDB.Driver.Extensions.Ledger is a .NET library that extends the MongoDB driver to include ledger functionality, allowing you to maintain an "audit or history" log of document operations (insert, update, delete) within a MongoDB collection.