An open API service indexing awesome lists of open source software.

https://github.com/lflxp/itsme

it's me
https://github.com/lflxp/itsme

Last synced: 3 months ago
JSON representation

it's me

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