This repository was archived by the owner on May 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
chronix-server-integration
chronix-timeseries-exploration Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11# Chronix Server Integration
22
3+ For documentation, see to the blog post [ Open Source Project Chronix] ( http://qaware.blogspot.de/2015/12/open-source-project-chronix-efficient.html ) .
Original file line number Diff line number Diff line change @@ -31,7 +31,11 @@ dependencies {
3131
3232 // Chronix
3333 compile ' de.qaware.chronix:chronix-api:0.1'
34- compile ' de.qaware.chronix:chronix-server-client:0.1'
35- compile ' de.qaware.chronix:chronix-kassiopeia-simple:0.1'
36- compile ' de.qaware.chronix:chronix-kassiopeia-simple-converter:0.1'
34+ compile ' de.qaware.chronix:chronix-server-client:0.1.1'
35+ compile ' de.qaware.chronix:chronix-kassiopeia-simple:0.1.1'
36+ compile ' de.qaware.chronix:chronix-kassiopeia-simple-converter:0.1.1'
37+
38+ // Solr
39+ compile ' org.apache.solr:solr-solrj:5.4.0'
40+
3741}
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ That should be easy ;-).
1818
1919Then download, unzip and start the [ Chronix Server] ( https://github.com/ChronixDB/chronix.server/releases/tag/v0.0.2 ) .
2020```
21- wget https://github.com/ChronixDB/chronix.server/releases/download/v0.1/chronix-0.1.zip
22- unzip chronix-0.1.zip
21+ wget https://github.com/ChronixDB/chronix.server/releases/download/v0.1.1 /chronix-0.1 .1.zip
22+ unzip chronix-0.1.1. zip
2323
24- ./chronix-solr-5.3.1 /bin/solr start
24+ ./chronix-solr-5.4.0 /bin/solr start
2525Waiting up to 30 seconds to see Solr running on port 8983 [|]
2626Started Solr server on port 8983 (pid=2504). Happy searching!
2727```
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ dependencies {
2424 compile ' org.apache.logging.log4j:log4j-core:2.4'
2525
2626 // Chronix libs
27- compile ' org.apache.solr:solr-solrj:5.3.1 '
27+ compile ' org.apache.solr:solr-solrj:5.4.0 '
2828 // Solr need commons logging
2929 compile ' commons-logging:commons-logging:1.2'
3030
3131 compile ' de.qaware.chronix:chronix-api:0.1'
32- compile ' de.qaware.chronix:chronix-server-client:0.1'
33- compile ' de.qaware.chronix:chronix-kassiopeia-simple:0.1'
34- compile ' de.qaware.chronix:chronix-kassiopeia-simple-converter:0.1'
32+ compile ' de.qaware.chronix:chronix-server-client:0.1.1 '
33+ compile ' de.qaware.chronix:chronix-kassiopeia-simple:0.1.1 '
34+ compile ' de.qaware.chronix:chronix-kassiopeia-simple-converter:0.1.1 '
3535}
3636
3737
You can’t perform that action at this time.
0 commit comments