Skip to content

werneckpaiva/404pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

404pattern

Requires

Mongodb

brew install mongodb

Hadoop

Building

mvn clean install

Running

hadoop jar target/error404-pattern-discovery-0.0.1-SNAPSHOT-job.jar <data/input/> <data/output/>

Mongo

db.pattern404.remove({})
db.pattern404.find({})
db.pattern404.find({}, {pattern: 1})

node

npm install
node server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published