Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/globbie/aide
AI Decision Executor
https://github.com/globbie/aide
c cgo go golang
Last synced: about 1 month ago
JSON representation
AI Decision Executor
- Host: GitHub
- URL: https://github.com/globbie/aide
- Owner: globbie
- Created: 2018-09-19T17:24:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T07:19:32.000Z (over 3 years ago)
- Last Synced: 2023-06-14T00:08:24.124Z (over 1 year ago)
- Topics: c, cgo, go, golang
- Language: Go
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aide
[![Build Status](https://travis-ci.org/globbie/aide.svg?branch=master)](https://travis-ci.org/globbie/aide)
[![Coverage Status](https://coveralls.io/repos/github/globbie/aide/badge.svg?branch=master)](https://coveralls.io/github/globbie/aide?branch=master)
AI Decision Executor
## Build
```bash
git submodule update --init --recursive
./build_knowdy.sh
```## Test
```bash
go test -v ./...
```## Run
```bash
go run -config-path -listen-address
```## Config example
See `config/shard.gsl`
## Run via Docker
```bash
docker run -p 8081:8081 globbie/aide
```If you want to build your own Docker image, please see `build.sh` script.