Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
guxiong committed Apr 26, 2019
1 parent 8d0a6b1 commit ca1f805
Show file tree
Hide file tree
Showing 25 changed files with 520 additions and 227 deletions.
4 changes: 2 additions & 2 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/iot-microservices.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

730 changes: 509 additions & 221 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ public void applyRules(HealthMonitorData data) {

private void triggerActionAlert(String msg) {
System.out.println("\n\nAction Triggered! \n!!!!!Sending the Email Alert: " + msg + "\n\n");
// sendEmail
// sendText;
}
}
2 changes: 1 addition & 1 deletion data-consumer/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
mongodb:
host: localhost
port: 27017
database: airdata_db
database: healthdata_db

server:
port: 9003 # 指定该Eureka实例的端口
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion data-consumer/target/classes/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
mongodb:
host: localhost
port: 27017
database: airdata_db
database: healthdata_db

server:
port: 9003 # 指定该Eureka实例的端口
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions data-ingest/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ eureka:
client:
serviceUrl:
defaultZone: http://service-registry:8761/eureka/

Binary file not shown.
1 change: 1 addition & 0 deletions data-ingest/target/classes/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ eureka:
client:
serviceUrl:
defaultZone: http://service-registry:8761/eureka/

Binary file not shown.
2 changes: 1 addition & 1 deletion docker-mongodb/data/db/WiredTiger.turtle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ WiredTiger 3.1.1: (July 12, 2018)
WiredTiger version
major=3,minor=1,patch=1
file:WiredTiger.wt
access_pattern_hint=none,allocation_size=4KB,app_metadata=,assert=(commit_timestamp=none,read_timestamp=none),block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.261=(addr="018081e42a48fc348181e4bbb242178281e4c6518509808080e2efc0e22fc0",order=261,time=1553792889,size=24576,write_gen=518)),checkpoint_lsn=(6,146304),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_image_max=0,memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)
access_pattern_hint=none,allocation_size=4KB,app_metadata=,assert=(commit_timestamp=none,read_timestamp=none),block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.328=(addr="018381e495aac7858481e44a6ddf158581e4c919081e808080e2cfc0e21fc0",order=328,time=1554940607,size=20480,write_gen=649)),checkpoint_lsn=(3,840448),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_image_max=0,memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)
Binary file modified docker-mongodb/data/db/WiredTiger.wt
Binary file not shown.
Binary file modified docker-mongodb/data/db/_mdb_catalog.wt
Binary file not shown.
Binary file modified docker-mongodb/data/db/collection-2--398853363317552182.wt
Binary file not shown.
Binary file modified docker-mongodb/data/db/collection-4--398853363317552182.wt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docker-mongodb/data/db/index-3--398853363317552182.wt
Binary file not shown.
Binary file modified docker-mongodb/data/db/index-5--398853363317552182.wt
Binary file not shown.
Binary file modified docker-mongodb/data/db/index-6--398853363317552182.wt
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion docker-mongodb/data/db/mongod.lock
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
1
Binary file modified docker-mongodb/data/db/sizeStorer.wt
Binary file not shown.

0 comments on commit ca1f805

Please sign in to comment.