In less than 10 minutes, your colleague went downstairs for a cup of coffee
You, using Astraios, coded up and deployed a production-quality CRUD webservice
Astraios is a JSR 370 web service template that lets us spin up and deploy model driven GraphQL or JSON API web service with minimal effort.
Astraios seamlessly combines development and deployment of a CRUD (Create, Read, Update, Delete) API with
- a business-oriented approach using Convention Over Configuration, which resulted in a highly opinionated APIs for web & mobile
- the latest Immutable Infrastructure DevOp practice that fully automates the API deployment onto AWS
At the end of the day, Astraios helps organization to improve the velocity and quality of their teams' work
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/paion-data/astraios/master/quickstart.sh)"
curl -X POST "http://localhost:8080/v1/data" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{ "query" : "mutation { book(op: UPSERT, data:{title: \"Pride & Prejudice\"}) { edges { node { id title } } } }" }'
Simply open up our favorite browser and hit http://localhost:8080/v1/data/book
Coming Soon!
Comprehensive documentation is viewable on our website
QubitPi |
Xxy1016 |
Doom9527 |
TristeOak |
github-actions[bot] |
The use and distribution terms for Astraios are covered by the Apache License, Version 2.0.