Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# otf-align
Web-Service to determine alignment of an assessment result to NLPs

# build

```
cd cmd
go build
```

# usage
otf-align is a web service that accepts simple requests for alignment of assessment data to the National Learning Progressions.

Expand Down
2 changes: 1 addition & 1 deletion cmd/benthos/run_benthos_align_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

benthos lint alignData.yaml

clear && benthos -c alignData.yaml
clear && benthos --chilled -c alignData.yaml
2 changes: 1 addition & 1 deletion cmd/benthos/run_benthos_align_maps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ curl -s -X POST http://localhost:1323/admin/newdemocontext -d userName=nsipOtf
# now run the workflow
#
benthos lint alignMaps.yaml
clear && benthos -c alignMaps.yaml
clear && benthos --chilled -c alignMaps.yaml