All Projects → macacajs → egg-datahub

macacajs / egg-datahub

Licence: other
Macaca DataHub plugin for Egg.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to egg-datahub

elixir mock
Creates clean, concurrent, inspectable mocks from elixir modules
Stars: ✭ 21 (+10.53%)
Mutual labels:  mock
datahub-helm
Repository of helm charts for deploying DataHub on a Kubernetes cluster
Stars: ✭ 44 (+131.58%)
Mutual labels:  datahub
smart-cloud
基于springboot && springcloud的脚手架,支持服务合并部署与拆分部署、接口加解密签名、日志数据 脱敏、接口数据mock、接口文档自动生成、请求幂等校验、接口日志&&sql日志切面打印、分表分库分布式事务、国际化语言等
Stars: ✭ 167 (+778.95%)
Mutual labels:  mock
doraemon
A management tool to help you organize your daily development
Stars: ✭ 21 (+10.53%)
Mutual labels:  eggjs
jsxmock
使用 JSX 来定义 Mock Server
Stars: ✭ 31 (+63.16%)
Mutual labels:  mock
httpmock
Lightweight HTTP mocking in Go (aka golang)
Stars: ✭ 75 (+294.74%)
Mutual labels:  mock
kras
Efficient server proxying and mocking in Node.js. 💪
Stars: ✭ 18 (-5.26%)
Mutual labels:  mock
mockrequire
Simple module for mocking required dependencies. Works with any testing suite.
Stars: ✭ 17 (-10.53%)
Mutual labels:  mock
egg-parameters
Merge all parameters (ctx.params, ctx.request.query, ctx.request.body) into ctx.params like Rails application.
Stars: ✭ 24 (+26.32%)
Mutual labels:  eggjs
mongo mock go example
How to mock MongoDB in Golang
Stars: ✭ 30 (+57.89%)
Mutual labels:  mock
msw-storybook-addon
Mock API requests in Storybook with Mock Service Worker.
Stars: ✭ 168 (+784.21%)
Mutual labels:  mock
stub-server
Stub server for REST APIs
Stars: ✭ 14 (-26.32%)
Mutual labels:  mock
Raccoon
Raccoon is a lightweight response mocking framework that can be easily integrated into the Android UI tests.
Stars: ✭ 47 (+147.37%)
Mutual labels:  mock
Retromock
Java library for mocking responses in a Retrofit service.
Stars: ✭ 48 (+152.63%)
Mutual labels:  mock
DeepfakeHTTP
DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
Stars: ✭ 373 (+1863.16%)
Mutual labels:  mock
mswjs.io
Official website and documentation for the Mock Service Worker library.
Stars: ✭ 77 (+305.26%)
Mutual labels:  mock
Lol-Mock-API
Mock API Tool
Stars: ✭ 15 (-21.05%)
Mutual labels:  mock
mock-req-res
Extensible mock req / res objects for use in unit tests of Express controller and middleware functions.
Stars: ✭ 39 (+105.26%)
Mutual labels:  mock
egg-nuxt-blog
Nuxt.js(web端) + Egg.js(api 服务) + Vue.js(管理后台)+ ElementUI(通用组件库)服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 16 (-15.79%)
Mutual labels:  eggjs
elasticmock
Python Elasticsearch Mock for test purposes
Stars: ✭ 98 (+415.79%)
Mutual labels:  mock

egg-datahub


NPM version build status Test coverage node version egg version npm download

Macaca DataHub plugin for Egg.js

Installation

$ npm i egg-datahub --save-dev

Configuration

config/plugin.js

exports.datahub = {
  enable: true,
  package: 'egg-datahub'
};

config.unittest.js (default config)

exports.datahub = {
  port: 9200,
  hostname: 'localhost'
};

Example

hackernews-datahub

Contributors


zivyangll


xudafeng


zhangyuheng


fengmk2

This project follows the git-contributor spec, auto updated at Tue Jun 11 2019 09:21:41 GMT+0800.

License

The MIT License (MIT)

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].