Giter Site home page Giter Site logo

kampuni's Introduction

This project is archived. Systembolaget have changed its way making data avaliable which make this repo invalid.

Kampuni is a simple REST service providing the assortment of the Swedish alcohol monopoly stores Systembolaget. It cache the assortment once a day from files published by Systembolaget. Some cleaning of the data is done during import.

Disclaimer

Kampuni and its development is not in any way affiliated with Systembolaget. Systembolaget can not be held responsible for the function nor content published by Kampuni.

Usage of Kampuni most follow regulation regarding alcohol etc for the country where it is used.

Build & Run

Docker

Build a container and run with Docker:

./mvnw clean package -Dquarkus.container-image.build=true
docker run -p 8080:8080 kampuni:devel

To access the service, in another window do:

curl --header "Accept: application/json" localhost:8080/v1/

Kubernetes

If you instead want to run on a local Minikube:

eval $(minikube -p minikube docker-env)
./mvnw clean package -Dquarkus.container-image.build=true
kubectl apply -f kubernetes-devel.yml

You can access the service via the following command: curl -i --header "Accept: application/json" $(minikube ip):$(kubectl get service kampuni -o jsonpath='{.spec.ports[0].nodePort}')/v1/

Plain Java

Build a fat jar and run with Java without containers.

./mvnw clean package
java -jar target/kampuni-1.0.0-SNAPSHOT-runner.jar

To access the service, in another window do:

curl --header "Accept: application/json" localhost:8080/v1/

kampuni's People

Contributors

dependabot[bot] avatar mrunesson avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.