Skip to content

Amazon Elasticsearch with Common Core State Standards

Notifications You must be signed in to change notification settings

SpeakEZ/ccssi-elasticsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Core State Standards Initiative

Load the JSON of the educational standard and put up on Amazon Elasticsearch Service.

See the project http://github.com/ashawley/ccssi-xml for how to convert the CCSSI XML data to JSON.

Usage

Requires SBT to compile and run the system.

The application accepts one or more JSON files as argument(s) of the run target of SBT.

> run src/main/json/math.json src/main/json/ela-literacy.json
[info] Running ccssi.Main src/main/json/math.json
          src/main/json/ela-literacy.json
health      status  index           pri rep docs.count docs.deleted store.size pri.store.size
green       open    ccssi-1.1         5   1
DeleteIndex was acknowledged: true
Elastic endpoint is Volcano
Mappping was acknowledged: true
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
..
ERROR: File items (517) did not equal index count (516)
Completed src/main/json/math.json with 516 items
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
....................................................................
.
ERROR: File items (1050) did not equal index count (1026)
Completed src/main/json/ela-literacy.json with 1026 items
File count: 2
FINISHED
[success] Total time: 32 s, completed June 31, 2016 4:53:24 PM

About

Amazon Elasticsearch with Common Core State Standards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Scala 100.0%