https://github.com/hyper63/workshops
hyper workshops - learn by doing 💪
https://github.com/hyper63/workshops
Last synced: about 1 month ago
JSON representation
hyper workshops - learn by doing 💪
- Host: GitHub
- URL: https://github.com/hyper63/workshops
- Owner: hyper63
- Created: 2021-10-04T15:59:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T13:02:36.000Z (over 4 years ago)
- Last Synced: 2025-04-09T11:48:46.933Z (12 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⚡️ hyper workshops ⚡️
Learn by doing! 💪
> The future Blueberry release is scheduled for 1/17/2022. It will include a swap of the id field to the _id field for the primary key on data documents.
---
## Getting Started
The best way to do these workshops is to use gitpod.io
🚀[Launch Workspace](https://gitpod.io#https://github.com/hyper63/workshops/tree/master)
🚀
## Workshops
> Workshop status: ✅ - Ready | ⚙️ - In Progress | 🔮 - Todo
### Data
- [✅ Hello World](/data-hello-world)
- [✅ Connect](/data-connect)
- [✅ Query](/data-query)
### Cache
- [⚙️ Counters](/cache-counters)
- [🔮 Hot Queries](/cache-hot-queries)
### Search
- [🔮 Indexing](/search-indexing)
- [🔮 Matches](/search-matching)
### Storage
- [🔮 Uploading Files](/upload)
- [🔮 Downloading Files](/download)
### Queue
- [🔮 Notifications](/notifications)