Go to file
Christopher Talib 7785372e3a Refactoring from utils to models
This work refactors saving and extracting function from the utils
package to the models package as it is a main component of the tool.
`utils` will take care of not related to models functions (such as
finding the files for example).

Also creating unique files for each type of source we are parsing.
2020-01-28 16:02:17 +01:00
broker Refactoring from utils to models 2020-01-28 16:02:17 +01:00
models Refactoring from utils to models 2020-01-28 16:02:17 +01:00
parser First work on Pastebin parser 2020-01-26 17:27:20 +01:00
utils Refactoring from utils to models 2020-01-28 16:02:17 +01:00
.gitignore Adding .txt files to gitignore 2020-01-22 15:44:56 +01:00
connectors_test.go First work on test for connection to CertStream 2020-01-26 17:27:40 +01:00
go.mod Setting up connector to Kafka and sending consummed and formatted Nodes to Kafka 2020-01-16 15:56:57 +01:00
go.sum Setting up connector to Kafka and sending consummed and formatted Nodes to Kafka 2020-01-16 15:56:57 +01:00
main.go Refactoring from utils to models 2020-01-28 16:02:17 +01:00
main_test.go First work on test for connection to CertStream 2020-01-26 17:27:40 +01:00
README.md Adding README with install instructions 2020-01-15 14:40:47 +01:00

Styx

Install

go get -u gitlab.dcso.lolcat/LABS/styx
cd $GOPATH/src/gitlab.dcso.lolcat/LABS/styx
go build
./styx