Giter VIP home page Giter VIP logo

microstream-rest's Introduction

Overview

This project was taken from micronaut-micronaut on jcon and extended with local s3 access over minio, guided by micronaut-microstream-documentation. Minio is setup in a local Kubernetes with helm installation, see minio_on_kubernetes. Setup with Gradle and Micronaut-MicroStream version 4. It includes the setup of Microstream RestUI and some interaction with MicroStream-storage over provided Rest implementation by MicroStream.

Micronaut 3.9.3 Documentation


Feature microstream documentation

Feature serialization-jackson documentation

Feature http-client documentation

microstream.storage.main.storage-directory=build/devdata
microstream.storage.main.root-class=orange.business.jhub.FruitContainer
curl -i localhost:9091/fruits

curl -i localhost:9091/fruits/Pear

curl -i -d '{"name":"Pear"}' -H "Content-Type: application/json" -X POST http://localhost:9091/fruits

curl -i localhost:9091/fruits/count

curl -X DELETE -d '{"name":"Pear"}' localhost:9091/fruits

start rest gui:

mvn dependency:get -Dartifact=one.microstream:microstream-storage-restclient-app:{maven-version}:jar -Dtransitive=false -Ddest=storage.restclient.app-{maven-version}.jar

download here: -download

java -jar microstream-storage-restclient-app-08.01.01-MS-GA.jar --server.port=8888

http://localhost:8888/

http://localhost:9091/microstream

./gradlew run

microstream-rest's People

Contributors

franziskakuehn avatar

Watchers

 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.