textToGraph

command module
v0.0.0-...-afce9a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2020 License: MIT Imports: 7 Imported by: 0

README

textToGraph

CLI which parses and delimintates text files by word, and then indexes into big-data graph DB.

Maintainability Test Coverage CircleCI

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
./watch_dev_changes.sh
Testing
go test $(go list ./... | grep -v /vendor/)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL