https://github.com/petykowski/home-db
An AWS backed cloud environment to assist in home automation
https://github.com/petykowski/home-db
Last synced: over 1 year ago
JSON representation
An AWS backed cloud environment to assist in home automation
- Host: GitHub
- URL: https://github.com/petykowski/home-db
- Owner: petykowski
- Created: 2020-08-16T17:01:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T11:38:05.000Z (over 5 years ago)
- Last Synced: 2025-01-10T09:22:01.558Z (over 1 year ago)
- Language: Python
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# home-db
home-db is an AWS backed cloud environment to assist in home automation. Utilizing RDS, Lambda, and API Gateway, home-db exposes API endpoints for sensors and other IoT devices to store data.
## Installation
This document is not meant to serve as an exhaustive guide to setting up the home-db, instead it provides a high-level overview of the required steps to stand up home-db.
### RDS
1. Launch MySQL RDS Instance
2. Execute `home-db.sql`
### Lambda
1. Zip the contents of the `lambda` directory
2. Upload to the applicable Lambda function in AWS