-
go-microservices-master
简单的、高可用、高效的基于共享内存的分布式配置中心,集中式管理各类后台配置,配置修改实时推送,
且业务API相当简单(两行搞定,一个init+一个get,见readme),已轻量级支持Golang/C++/Java/Python等语言API
https://github.com/LeechanX/sona sona-master.zip
特点
sona配置中心采用了经典一中心(broker)多agent的分布式架构,基于共享内存下发、存储各节点所需配置,为业务提供KV方式访问(最新)配置
高度可用:agent即使挂掉也不影响已有业务读配置,而broker以keepalived组件保证其高可用
一致性:broker采用主备模式,仅主对外服务,正常情况下保证数据完全一致; 仅在主备切换时可能有短时间最新数据的延迟。总体而言实现了数据的最终一致性
实时更新:正常情况下,数据实时更新到各节点;仅在主备切换时刻,可能有短时间的数据延迟
API简单:无配置文件概念,故业务无需关心配置文件解析; 数据实时更新对业务完全透明,业务无需编写配置更新的回调函数
https://github.com/LeechanX/Sona/blob/master/tutorial/mem.md 共享内存设计 待download
- 2022-11-20 07:20:03下载
- 积分:1
-
基于LABVIEW控制温室大棚
说明: 基于labview控制大棚温度,几篇论文尅看看(Control of greenhouse temperature based on LabVIEW)
- 2021-04-25 14:28:46下载
- 积分:1
-
transport
网络报文转发, 任何网络包发往程序监听的报文,都会转发给目标地址(a program to transport packet)
- 2017-07-25 10:59:12下载
- 积分:1
-
面部探测
先按顺序运行子程序一次,即从按钮1到12。
- 2022-02-04 20:19:56下载
- 积分:1
-
boulder-master
说明: An ACME-based CA, written in Go.
- 2019-05-23 00:03:22下载
- 积分:1
-
在线 oes
这 oes 这 oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oesthis oes
- 2022-03-31 04:58:54下载
- 积分:1
-
面部探测
先按顺序运行子程序一次,即从按钮1到12。
- 2022-09-22 21:20:03下载
- 积分:1
-
go-common-master(BiliBili)3
X站(B)的核心代码库 , 懂的快来, 说不定会取消,因为是最全的一份比较大,分3个压缩,一起解压放到go-common-master下面(The core code base of station X (B) may be cancelled if you understand it quickly, because it is the most complete one. It is compressed in three parts and decompressed under go-common-master.)
- 2020-06-17 19:20:02下载
- 积分:1
-
shadowsocks-go
shadowsocks-go 科学上网好工具,go语言版。想要学习科学上网方法的同学可以仔细研究下:)
经过实测该工具很好用,可以轻松连接墙外的世界。
shadowsocks-go
- 2022-11-15 03:40:04下载
- 积分:1
-
lessgo-master
说明: Lessgo 是一款 Go 语言编写的简单、稳定、高效、灵活的 web 完全开发框架。它的项目组织形式经过精心设计,实现前后端分离、系统与业务分离,完美兼容MVC与MVVC等多种开发模式,非常利于企业级应用与API接口的开发。当然,最值得关注的是它突破性地支持了运行时路由重建,开发者可在Admin后台轻松实现启用/禁用模块与操作,添加/移除中间件等功能!同时,它推荐以HandlerFunc与MiddlewareFunc为基础的函数式编程,也令开发变得更加灵活富有趣味性。
此外它也博采众长,核心架构改写自echo v2,数据库内置为xorm,模板引擎内置为pongo2,其他某些功能模块改写自beego以及其他优秀开源项目。(Lessgo is a simple, stable, efficient and flexible web development framework written in Go language. Its project organization form is carefully designed to achieve front-end and back-end separation, system and business separation, perfect compatibility with MVC and MVVC and other development modes, which is very conducive to the development of enterprise application and API interface. Of course, the most notable thing is its breakthrough support for runtime routing reconstruction. Developers can easily enable/disable modules and operations, add/remove middleware and other functions in the Admin background. At the same time, it recommends functional programming based on Handler Func and Middleware Func, which makes development more flexible and interesting.)
- 2020-06-22 22:00:01下载
- 积分:1