1 Answer
- Newest
- Most votes
- Most comments
1
Hi. Who/where are your web application users? Greengrass really lets you build anything you want, but it may make more sense to keep your backend in the cloud. It's hard to make a recommendation based on the limited information you've provided.
Greengrass could be a good option for ingesting your video stream into the cloud. Take a look at the Edge connector for Kinesis Video Streams.
If you want to process data at the edge, you can take a look at how to build machine learning at the edge using Amazon SageMaker Edge Manager and AWS IoT Greengrass V2
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
The web application itself is already a completed project. I run it on the nvdia gpu server to fulfill the hardware requirement for video detection. The video analyse is done at the backend, so I wonder how could I apply edge computing using greengrass with the least modification of my project.