Spring REST microservice for persisting sensor data in AWS.
John DiBaggio
- Add support for protocol buffers to decrease payload sizes and improve efficiency
- Install latest Java SE 8 JDK
- Install Gradle per Installation Instructions
- Create AWS account https://aws.amazon.com
- Add
config
file to~/.aws
directory containing whichever region you want to be using, e.g.,
[default]
region = us-west-2
- Create IAM role at https://aws.amazon.com/iam and download the following files to
~/.aws
:
credentials
rootkey.csv
TODO
TODO
Run Spring application with:
./gradlew bootRun
or
gradle bootRun
TODO
TODO
GNU General Public License v3.0
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.