Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/cassidy
Configurateur automobile
https://github.com/maxgfr/cassidy
cassidy cloudant configurator conversation expressjs ibm ibm-cloud ibm-watson watson watson-assistant
Last synced: 7 days ago
JSON representation
Configurateur automobile
- Host: GitHub
- URL: https://github.com/maxgfr/cassidy
- Owner: maxgfr
- Created: 2018-10-15T14:41:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:45.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:46.341Z (7 months ago)
- Topics: cassidy, cloudant, configurator, conversation, expressjs, ibm, ibm-cloud, ibm-watson, watson, watson-assistant
- Language: JavaScript
- Homepage:
- Size: 23.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cassidy
## Configuration
```
mv vcap-local-example.json vcap-local.json
npm install
bower install
```## Use Kubernetes
```
kubectl run wrapping-ladybug-chart-auto-848967c6d6-gcj9m --image=maxibm/cassidy
kubectl get deployments
kubectl get pods
kubectl get events
kubectl config view
kubectl expose deployment wrapping-ladybug-chart-auto-848967c6d6-gcj9m --type=LoadBalancer --port=3000
kubectl get services
minikube service wrapping-ladybug-chart-auto-848967c6d6-gcj9m
```## Push on cloud
```
ibmcloud login --sso
ibmcloud target --cf
ibmcloud cf push
```## Models - Decision Table ODM
```
curl \
-H "Content-Type: application/json" \
-H "Authorization: ApiKey $MY_DCOMP_API_KEY" \
-d '{"modele":"ACTIVE","couleur":"AUTRE","usage":"EXTRA","energy":"ESSENCE","bv":"AUTOMATIQUE","confort":"MOYEN","esthet":"MOYEN","media":"MOYEN","assistance":"MOYEN"}' \
"https://decision-composer.ibm.com/rest/public/v1/execution/5beed4ad2846520012a1114b/execute/v19"
```## Options - Rules ODM
```
curl \
-H "Content-Type: application/json" \
-H "Authorization: ApiKey $MY_DCOMP_API_KEY" \
-d '{"modele":"ACTIVE"}' \
"https://decision-composer.ibm.com/rest/public/v1/execution/5bfc13942846520012a113d5/execute/v14"
```
## How does it look like ?### Chatbot part :
### Backoffice part :