Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orlandos-nl/mongokitten-examples
https://github.com/orlandos-nl/mongokitten-examples
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/orlandos-nl/mongokitten-examples
- Owner: orlandos-nl
- License: mit
- Created: 2023-07-08T16:45:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T16:56:25.000Z (11 months ago)
- Last Synced: 2024-05-09T15:21:01.423Z (8 months ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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