Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makeomatic/ms-users
Service for handling user's management via amqp transport layer. Docs are available at
https://github.com/makeomatic/ms-users
amqp amqp-layer distributed-systems docker-image microfleet microservice node user-management
Last synced: 7 days ago
JSON representation
Service for handling user's management via amqp transport layer. Docs are available at
- Host: GitHub
- URL: https://github.com/makeomatic/ms-users
- Owner: makeomatic
- License: mit
- Created: 2015-11-07T14:15:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T18:57:46.000Z (20 days ago)
- Last Synced: 2024-10-19T12:16:46.638Z (19 days ago)
- Topics: amqp, amqp-layer, distributed-systems, docker-image, microfleet, microservice, node, user-management
- Language: JavaScript
- Homepage: https://makeomatic.github.io/ms-users/
- Size: 5.69 MB
- Stars: 8
- Watchers: 8
- Forks: 14
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Microservice for handling users over AMQP transport layer
[![npm version](https://badge.fury.io/js/ms-users.svg)](https://badge.fury.io/js/ms-users)
[![Build Status](https://semaphoreci.com/api/v1/projects/27a0c3e3-ba64-49e1-a1be-7655eae716b9/632945/shields_badge.svg)](https://semaphoreci.com/makeomatic/ms-users)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![codecov.io](https://codecov.io/github/makeomatic/ms-users/coverage.svg?branch=master)](https://codecov.io/github/makeomatic/ms-users?branch=master)
[![Code Climate](https://codeclimate.com/github/makeomatic/ms-users/badges/gpa.svg)](https://codeclimate.com/github/makeomatic/ms-users)## Installation
`npm i ms-users -S`
## Overview
Starts horizontally scalable nodejs worker communicating over amqp layer with redis cluster backend.
Supports a broad range of operations for working with users. Please refer to the configuration options for now,
that contains description of routes and their capabilities. Aims to provide a complete extendable solution to user's management.## Configuration
TODO
## Endpoint description
Currently available on github pages
## Docker images
Built docker images are available: https://hub.docker.com/r/makeomatic/ms-users/