All Projects → jntakpe → mockpi

jntakpe / mockpi

Licence: MIT License
Reactive REST API mocking

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to mockpi

Hsweb Framework
hsweb (haʊs wɛb) 是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。
Stars: ✭ 7,724 (+59315.38%)
Mutual labels:  reactive-streams, reactor
Spring Webflux Reactive Rest Api Demo
Build Reactive Rest APIs with Spring WebFlux and Reactive Mongo
Stars: ✭ 117 (+800%)
Mutual labels:  reactive-streams, reactor
Rhub
Reactive Event Hub
Stars: ✭ 66 (+407.69%)
Mutual labels:  reactive-streams, reactor
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+684.62%)
Mutual labels:  reactive-streams, reactor
kotlin-kafka-and-kafka-streams-examples
Kafka with KafkaReactor and Kafka Streams Examples in Kotlin
Stars: ✭ 33 (+153.85%)
Mutual labels:  reactive-streams, reactor
Scalecube Services
v2.0 - ScaleCube Services provides a low latency Reactive Microservices library for serverless service registry and discovery based on gossip protocol and without single point-of-failure or bottlenecks.
Stars: ✭ 23 (+76.92%)
Mutual labels:  reactive-streams, reactor
Jetlinks Community
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
Stars: ✭ 2,405 (+18400%)
Mutual labels:  reactive-streams, reactor
Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+13307.69%)
Mutual labels:  reactive-streams, reactor
reactive-streams-in-java
Code for "Reactive Streams in Java" book
Stars: ✭ 19 (+46.15%)
Mutual labels:  reactive-streams, reactor
Reactor Addons
Official modules for the Reactor project
Stars: ✭ 175 (+1246.15%)
Mutual labels:  reactive-streams, reactor
Hivemq Mqtt Client
HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
Stars: ✭ 402 (+2992.31%)
Mutual labels:  reactive-streams, reactor
KotlinReactiveMS
An educational project to learn reactive programming with Spring 5 and Kotlin
Stars: ✭ 33 (+153.85%)
Mutual labels:  reactive-streams, reactor
Jetlinks
JetLinks Core
Stars: ✭ 380 (+2823.08%)
Mutual labels:  reactive-streams, reactor
Spring Reactive Sample
Spring 5 Reactive playground
Stars: ✭ 867 (+6569.23%)
Mutual labels:  reactive-streams, reactor
R2dbc Client
Reactive Relational Database Connectivity
Stars: ✭ 347 (+2569.23%)
Mutual labels:  reactive-streams, reactor
Reactive Ms Example
An educational project to learn reactive programming with Spring 5
Stars: ✭ 157 (+1107.69%)
Mutual labels:  reactive-streams, reactor
sample-spring-webflux
testing webclient reactive communication with spring boot reactive application built on top of spring webflux
Stars: ✭ 21 (+61.54%)
Mutual labels:  reactive-streams, reactor
reactor-go
A golang implementation for reactive-streams.
Stars: ✭ 48 (+269.23%)
Mutual labels:  reactive-streams, reactor
webflux-streaming-demo
A tryout of reactive application using Spring 5 WebFlux and mongoDB, along with an overview article on reactive programming.
Stars: ✭ 96 (+638.46%)
Mutual labels:  reactive-streams
lce
linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能
Stars: ✭ 61 (+369.23%)
Mutual labels:  reactor

MockPI

Build Status license

Reactive REST API mocking

Installation

This is the home repository for Mockpi backend, you can find the frontend at this address

Prerequisites

Obviously Git must be installed to clone the project.

Mockpi backend is developed using Kotlin and requires both JDK 8 and Kotlin >= 1.1. The backend module is built with Gradle >= 4.3 and project data is stored in a MongoDB >= 3.4, please make sure these dependencies are installed.

Usage

Start MongoDB with : mongod

To start the Mockpi backend with : ./gradlew bootRun Backend configuration is customizable using standard Spring Boot application.yml file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].