Name | Date | Size | ||
---|---|---|---|---|
.. | 11-Jan-2022 | 4 KiB | ||
.gitignore | H A D | 11-Jan-2022 | 89 | |
.travis.yml | H A D | 11-Jan-2022 | 437 | |
bindata_assetfs.go | H A D | 11-Jan-2022 | 128.3 KiB | |
bower_components/ | H | 11-Jan-2022 | 4 KiB | |
cmd/sample/ | H | 11-Jan-2022 | 4 KiB | |
docs/ | H | 11-Jan-2022 | 4 KiB | |
IDEAS.txt | H A D | 11-Jan-2022 | 1.1 KiB | |
LICENSE | H A D | 11-Jan-2022 | 11.1 KiB | |
mapping.go | H A D | 11-Jan-2022 | 13.3 KiB | |
mapping_test.go | H A D | 11-Jan-2022 | 2.1 KiB | |
mapping_test.html | H A D | 11-Jan-2022 | 7.6 KiB | |
README.md | H A D | 11-Jan-2022 | 764 | |
sample.css | H A D | 11-Jan-2022 | 2.5 KiB | |
sample.html | H A D | 11-Jan-2022 | 2.5 KiB | |
sample.js | H A D | 11-Jan-2022 | 2.3 KiB | |
static-bleve-mapping/ | H | 11-Jan-2022 | 4 KiB |
README.md
1# bleve mapping UI 2 3A reusable, web-based editor and viewer UI for bleve IndexMapping 4JSON based on angular JS, angular-bootstrap and the angular-ui-control. 5 6## Demo 7 8Build the sample webapp... 9 10 go build ./cmd/sample 11 12Run the sample webapp... 13 14 ./sample 15 16Browse to this URL... 17 18 http://localhost:9090/sample.html 19 20## Screenshot 21 22 23 24## License 25 26Apache License Version 2.0 27 28## For bleve mapping UI developers 29 30### Code generation 31 32There's static bindata resources, which can be regenerated using... 33 34 go generate 35 36### Unit tests 37 38There are some "poor man's" unit tests, which you can run by visiting... 39 40 http://localhost:9090/mapping_test.html 41 42