module
Version:
v0.0.0-...-cfd4cc3
Opens a new window with list of versions in this module.
Published: Nov 16, 2023
License: MIT
Opens a new window with license information.
README
¶
Goal planner REST API
How to use
git clone https://github.com/cdlavacudeg/go-goal-planner.git
make
./bin/goal-planner
Dynamodb Local
Test
docker compose up
aws dynamodb list-tables --endpoint-url http://localhost:8000
aws dynamodb delete-table --table-name GoalPlanner --endpoint-url http://localhost:8000
aws dynamodb describe-table --table-name GoalPlanner --endpoint-url http://localhost:8000
aws dynamodb get-item \
--table-name GoalPlanner \
--key '{"PK": {"S": "User#100"}, "SK": {"S": "User#100-t100"}}' \
--endpoint-url http://localhost:8000
DynamoDB one table design
Entity |
PK |
SK |
User |
USER# |
USER# |
Vision |
UV# |
VISION# |
Objective |
VO# |
OBJECTIVE# |
Tasks |
OT# |
TASK# |
Directories
¶
Click to show internal directories.
Click to hide internal directories.