Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orlandos-nl/mongokitten-examples


https://github.com/orlandos-nl/mongokitten-examples

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

A set of examples for getting started with MongoDB + Vapor:

- [VaporTodoExample](https://github.com/orlandos-nl/MongoKitten-Examples/tree/main/Sources/VaporTodoExample) shows you the basics of running queries in MongoKitten
- [VaporMeowTodoExample](https://github.com/orlandos-nl/MongoKitten-Examples/tree/main/Sources/VaporMeowTodoExample) shows you how to get a basic API up and running with Vapor & the Meow ORM
- [VaporMongoQueueExample](https://github.com/orlandos-nl/MongoKitten-Examples/tree/main/Sources/VaporMongoQueueExample) shows you how to schedule jobs using [MongoQueue](https://github.com/orlandos-nl/MongoQueue), using a very basic user system
- [VaporMeowWebSocketNotifications](https://github.com/orlandos-nl/MongoKitten-Examples/tree/main/Sources/VaporMeowWebSocketNotifications) shows you how to use change streams to notify you of changes and send these events to WebSockets