This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
434 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
# Assistant Bot | ||
|
||
![Build](https://github.com/tsundata/assistant/workflows/Build/badge.svg) | ||
![CodeQL](https://github.com/tsundata/assistant/workflows/CodeQL/badge.svg) | ||
![Lint](https://github.com/tsundata/assistant/workflows/Lint/badge.svg) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/tsundata/assistant)](https://goreportcard.com/report/github.com/tsundata/assistant) | ||
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tsundata/assistant) | ||
![GitHub](https://img.shields.io/github/license/tsundata/assistant) | ||
|
||
Assistant Bot is a workflow engine for chatbot | ||
|
||
## Features | ||
|
||
- Chat bot | ||
- Message Publish/Subscribe Hub | ||
- Message Cron, Trigger, Task, Pipeline | ||
- Workflow Action ([Syntax](./doc/action_syntax.md)) | ||
|
||
## Architecture | ||
|
||
<img src="./doc/architecture.png" alt="Architecture" align="center" width="100%" /> | ||
|
||
## Applications used | ||
|
||
- Github | ||
- Pushover | ||
- Dropbox | ||
- Slack | ||
- Rollbar | ||
|
||
## Requirements | ||
|
||
This project requires Go 1.16 or newer | ||
|
||
## Installation | ||
|
||
- install MySQL, Redis, etcd, influx, jaeger, nats, xconf | ||
|
||
- import sql files | ||
|
||
- Configuration | ||
``` | ||
cp ./configs/*.yml.example ./config/*.yml | ||
``` | ||
|
||
- Build binary | ||
``` | ||
make build | ||
``` | ||
|
||
- Run | ||
``` | ||
./dist/* -f configs/*.yml | ||
``` | ||
|
||
# License | ||
|
||
# Assistant Bot | ||
|
||
![Build](https://github.com/tsundata/assistant/workflows/Build/badge.svg) | ||
![CodeQL](https://github.com/tsundata/assistant/workflows/CodeQL/badge.svg) | ||
![Lint](https://github.com/tsundata/assistant/workflows/Lint/badge.svg) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/tsundata/assistant)](https://goreportcard.com/report/github.com/tsundata/assistant) | ||
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tsundata/assistant) | ||
![GitHub](https://img.shields.io/github/license/tsundata/assistant) | ||
|
||
Assistant Bot is a workflow engine for chatbot | ||
|
||
## Features | ||
|
||
- Chat bot | ||
- Message Publish/Subscribe Hub | ||
- Message Cron, Trigger, Task, Pipeline | ||
- Workflow Action ([Syntax](./doc/action_syntax.md)) | ||
|
||
## Architecture | ||
|
||
<img src="./doc/architecture.png" alt="Architecture" align="center" width="100%" /> | ||
|
||
## Applications used | ||
|
||
- Github | ||
- Pushover | ||
- Dropbox | ||
- Slack | ||
- Rollbar | ||
|
||
## Requirements | ||
|
||
This project requires Go 1.16 or newer | ||
|
||
## Installation | ||
|
||
- install MySQL, Redis, etcd, influx, jaeger, nats, consul | ||
|
||
- import sql files | ||
|
||
- Configuration | ||
``` | ||
cp ./configs/*.yml.example ./config/*.yml | ||
``` | ||
|
||
- Build binary | ||
``` | ||
make build | ||
``` | ||
|
||
- Run | ||
``` | ||
./dist/* -f configs/*.yml | ||
``` | ||
|
||
# License | ||
|
||
Assistant Bot is licensed under the [MIT license](https://opensource.org/licenses/MIT). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.