https://github.com/lflxp/itsme
it's me
https://github.com/lflxp/itsme
Last synced: 3 months ago
JSON representation
it's me
- Host: GitHub
- URL: https://github.com/lflxp/itsme
- Owner: lflxp
- Created: 2018-07-25T14:30:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T18:21:43.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T10:48:28.572Z (over 1 year ago)
- Language: TypeScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boltDb
boltDb test
https://github.com/coreos/bbolt/
https://npf.io/2014/07/intro-to-boltdb-painless-performant-persistence/
https://www.progville.com/go/bolt-embedded-db-golang/
# devops
运维自动化
# 开发计划
## 第一期
1. 实现功能为主 架构为辅
2. cmdb
3. bolt底层存储
4. webterminal
5. tree
## 第二期
1. 服务化和架构优化
2. docker化
3. 一键部署
4. 微服务化以及k8s运维
# INSTALL
* git clone http://github.com/lflxp/devops.git
* cd devops/ui
* npm install
* npm run dev
* npm run build
* cd ..
* go build -o devops main.go
* chmod +x devops && ./devops