Skip to content

ElasticSearch & Kibana based application to visualize Dartmouth course data.

Notifications You must be signed in to change notification settings

daveharmon/CoursePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

to compile, cd to src directory and run:
	javac parser/MedianParser.java -classpath ~/Desktop/Developer/elasticsearch-1.5.2/lib/elasticsearch-1.5.2.jar 
to run:
	java parser.MedianParser /path/to/file

curl -XPOST http://localhost:9200/classes/classes/_mapping -d'
{
	"classes": {
		"properties": {
			"course": {
				"type": "string",
				"index": "not_analyzed"
			},
			"median": {
				"type": "string",
				"index": "not_analyzed"
			}
		}
	}
}'

curl -XPOST http://localhost:9200/_shutdown

curl -XDELETE http://localhost:9200/classes/classes

About

ElasticSearch & Kibana based application to visualize Dartmouth course data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages