Skip to content

tiagomelo/k8s-mariadb-temporal-tables-tutorial

Repository files navigation

docker-mariadb-temporal-tables-tutorial

This is a tiny REST API to show how we can use temporal tables from MariaDB.

It is ready to be deployed in [Kubernetes][https://kubernetes.io/]. It uses Minikube to set up a local cluster.

Make sure you check Postman folder; I've exported a collection with invocation examples.

running it

make run

Then,

make kong

and use the returned host to access the app.

running unit tests

make test

running integration tests

make int-test

running linter

make lint

generating api's documentation via Swagger

make swagger

launching swagger ui

make swagger

Then head to localhost.

Kubernetes dashboard

make minikube-dashboard

references

related articles

About

A RESTful API written in Go and running as a Kubernetes app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages