modulepackage
0.0.0-20200709223327-afce9a0a6583
Repository: https://github.com/dgoldstein1/texttograph.git
Documentation: pkg.go.dev
# README
textToGraph
CLI which parses and delimintates text files by word, and then indexes into big-data graph DB.
Build it
Binary
go get -u github.com/dgoldstein1/textToGraph
Docker
docker build . -t dgoldstein1/wikipedia-path
Run it
docker-compose up -d
or with dependencies running locally
export GRAPH_DB_ENDPOINT="http://localhost:8443/services/biggraph" # endpoint of graph database
export TWO_WAY_KV_ENDPOINT="http://localhost:8443/services/twowaykv" # endpoint of k:v <-> v:k
./textToGraph parse data/moby_dick.txt
Development
Local Development
- Install inotifywait
./watch_dev_changes.sh
Testing
go test $(go list ./... | grep -v /vendor/)
Authors
- David Goldstein - DavidCharlesGoldstein.com - Decipher Technology Studios
License
This project is licensed under the MIT License - see the LICENSE.md file for details
# Functions
No description provided by the author