Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mall | 70,266 | 3 days ago | 38 | apache-2.0 | Java | |||||
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 | ||||||||||
Netdata | 65,220 | a day ago | 367 | gpl-3.0 | C | |||||
Monitor your servers, containers, and applications, in high-resolution and in real-time! | ||||||||||
Strapi | 56,228 | 175 | 5 hours ago | 516 | July 31, 2023 | 480 | other | JavaScript | ||
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first. | ||||||||||
Interview_internal_reference | 34,839 | 4 months ago | 30 | Python | ||||||
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。 | ||||||||||
Prisma | 33,981 | 442 | 5 hours ago | 4,993 | September 24, 2022 | 2,919 | apache-2.0 | TypeScript | ||
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB | ||||||||||
Mindsdb | 17,945 | 6 hours ago | 434 | July 25, 2023 | 597 | gpl-3.0 | Python | |||
MindsDB connects AI models to databases. | ||||||||||
Mall Learning | 12,336 | 9 days ago | 27 | apache-2.0 | Java | |||||
mall学习教程,架构、业务、技术要点全方位解析。mall项目(50k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。 | ||||||||||
Migrate | 12,273 | 815 | 5 days ago | 132 | June 11, 2023 | 294 | other | Go | ||
Database migrations. CLI and Golang library. | ||||||||||
Mall Swarm | 10,654 | a month ago | 41 | apache-2.0 | Java | |||||
mall-swarm是一套微服务商城系统,采用了 Spring Cloud 2021 & Alibaba、Spring Boot 2.7、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。 | ||||||||||
Coolify | 8,944 | 7 hours ago | 29 | apache-2.0 | PHP | |||||
An open-source & self-hostable Heroku / Netlify alternative. Cloud version available here -> https://app.coolify.io |
DDL | ||
---|---|---|
Redis | NO | |
MongoDB | NO | |
MySQL | YES | |
ClickHouse | YES | |
Memcache | NO | |
RabbitMQ | YES | |
Kafka | YES | canal,debeziumkafka |
ActiveMQ | YES | |
Http | YES | |
Hprose RPC | YES |
MySQL | YES | YES | Binglog & Select | MySQL Slave& |
MariaDB | YES | YES | Binglog & Select | MySQL Slave& |
Percona | YES | YES | Binglog & Select | MySQL Slave& |
Kafka | NO | YES | string | kafkaqueue_data |
Kafka | NO | YES | canal | canalbiforst |
kafka | NO | YES | bifrost | Bifrostkafka,Bifrostkafka |
kafka | NO | YES | debezium | debeziumkafkaBifrostkafka |
Mongo | NO | YES | oplog | |
kafka | NO | YES | customer json | JSONBifrost |
Binlog,****
,
Email ****
(Http Basic)HTTP API
MySQL,ClickHouse DDL
star Bifrost !!!
https://www.xbifrost.com/demo/goto.html
Bifrost
: Bifrost123
5.1.73
5.5.42
5.6.36
5.7.18
8.0.21
git clone https://github.com/brokercap/Bifrost.git
make install prefix=./target
wget https://github.com/brokercap/Bifrost/releases/download/v2.1.1-beta/bifrost_v2.1.1-beta_Linux-amd64-bin.tar.gz
tar -zxvf bifrost_v2.1.1-beta_Linux-amd64-bin.tar.gz
cd bifrost_v2.1.1-beta_Linux-amd64-bin/bin && chmod a+x ./Bifrost*
./Bifrost-server start
./Bifrost-server stop
etc/Bifrost.ini
Bifrost
Bifrost123
docker pull jc3wish/bifrost
mkdir -p /data/BifrostData
docker run -d -p21036:21036 -v /etc/localtime:/etc/localtime -v /data/BifrostData:/linux/data jc3wish/bifrost
vim Bifrost.ini
[user]
#
#=
Bifrost=Bifrost123
BifrostMonitor=Bifrost123
[groups]
#administrator
#monitor
Bifrost=administrator
BifrostMonitor=monitor
[Bifrostd]
#loglogs
#log_dir=/data/log/
#, 0.0.0.0:21036
listen=0.0.0.0:21036
#,data
data_dir=./
#5000
toserver_queue_size=10000
#1000
channel_queue_size=1000
#plugin so false
# linux false
dynamic_plugin=false
#https
tls=true
#server.key server.crt Bifrost
tls_key_file=./etc/server.key
tls_crt_file=./etc/server.crt
# true|false
file_queue_usable=true
#
file_queue_usable_count_time_diff=5000
#file_queue_usable_count_time_diff
file_queue_usable_count=10
#,
meta_storage_type=redis
#
meta_storage_path=127.0.0.1:6379
#
cluster_name=bifrostTestClusterName
# true|false
file_queue_usable=true
#
file_queue_usable_count_time_diff=5000
#file_queue_usable_count_time_diff
file_queue_usable_count=10
#,,
plugin_commit_timeout=5
#,2 ,
plugin_sync_retry_time=5
![]() |
![]() |