All Projects → mhchlib → mconfig

mhchlib / mconfig

Licence: Apache-2.0 license
a lightweight distributed configuration center

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to mconfig

sasutils
Serial Attached SCSI (SAS) Linux utilities and Python library
Stars: ✭ 36 (+176.92%)
Mutual labels:  storage
MIT6.824-2021
4 labs + 2 challenges + 4 docs
Stars: ✭ 594 (+4469.23%)
Mutual labels:  storage
file-handling
File Handling Helper
Stars: ✭ 14 (+7.69%)
Mutual labels:  storage
gcsfs
Google Cloud Storage filesystem for PyFilesystem2
Stars: ✭ 36 (+176.92%)
Mutual labels:  storage
phaser-super-storage
A cross platform storage plugin for Phaser
Stars: ✭ 49 (+276.92%)
Mutual labels:  storage
ibm-spectrum-scale-csi
The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Stars: ✭ 41 (+215.38%)
Mutual labels:  storage
CarryCapacity
Vintage Story mod which adds the capability to carry blocks in-hand and on your back
Stars: ✭ 17 (+30.77%)
Mutual labels:  storage
SuperCoreAPI
The best way to create a Plugin
Stars: ✭ 17 (+30.77%)
Mutual labels:  storage
cossync
腾讯云COS同步(批量上传)工具
Stars: ✭ 23 (+76.92%)
Mutual labels:  storage
StorageDsc
DSC resource module is used to manage storage on Windows Servers.
Stars: ✭ 58 (+346.15%)
Mutual labels:  storage
react-native-s3
React Native app to upload and display images from Amazon S3 using AWS Amplify as the back end service.
Stars: ✭ 41 (+215.38%)
Mutual labels:  storage
Cherry-Node
Cherry Network's node implemented in Rust
Stars: ✭ 72 (+453.85%)
Mutual labels:  storage
ECS-CommunityEdition
ECS Community Edition "Free & Frictionless"
Stars: ✭ 125 (+861.54%)
Mutual labels:  storage
MeowDB.js
Database in JSON (Node.JS Library)
Stars: ✭ 12 (-7.69%)
Mutual labels:  storage
eks-nvme-ssd-provisioner
EKS NVMe SSD provisioner for Amazon EC2 Instance Stores
Stars: ✭ 50 (+284.62%)
Mutual labels:  storage
stoor
Storage wrapper with support for namespacing, timeouts and multi get/set and remove.
Stars: ✭ 26 (+100%)
Mutual labels:  storage
ansible-unity
Ansible Modules for Dell EMC Unity
Stars: ✭ 19 (+46.15%)
Mutual labels:  storage
laravel-ovh
Wrapper for OVH Object Storage integration with laravel
Stars: ✭ 30 (+130.77%)
Mutual labels:  storage
Floppy
Fast object key value storage for Java with much support for Android
Stars: ✭ 82 (+530.77%)
Mutual labels:  storage
shoebox
ShoeBox is a Kotlin library for persistent data storage that supports views and the observer pattern. While often used with Kweb, it doesn't need to be.
Stars: ✭ 48 (+269.23%)
Mutual labels:  storage

mconfig

中文|English

a lightweight distributed configuration center

mconfig

Related

Name Intro
mconfig-admin mconfig admin back end
mconfig-api mconfig server rpc api
mconfig-go-sdk mconfig go sdk
mconfig-admin-front mconfig admin front end

Motivation

​ I need a lightweight, easy-to-use and stable distributed configuration center, but I don't want it to affect the performance of my app too much. ​ Although there are many open source configuration centers out there, few have been written in Golang, so I wanted to give it a try.

Feature

  • Writing By Golang
  • Lightweight
  • Support Namespaces
  • Support Limited Gray Publish
  • Storage Pluggable
  • Stable

Documents

Intro Doc
Start start
Design design

About Me

A person who loves to write code.

If you want to connect me, you can send a mail.

LICENSE

Copyright 2020 chenhao hu

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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