diff --git a/mongodb/roles/mongod/tasks/main.yml b/mongodb/roles/mongod/tasks/main.yml index 3a2135d..4bf30a3 100644 --- a/mongodb/roles/mongod/tasks/main.yml +++ b/mongodb/roles/mongod/tasks/main.yml @@ -33,3 +33,8 @@ sudo: yes service: name=mongod state=started +- name: Create the tweet sentiment collection + shell: mongo tweets --eval "db.createCollection('sentiment') + +- name: Create the sentiment geospatial index + shell: mongo tweets --eval 'db.sentiment.createIndex({ coordinates: "2dsphere" })' diff --git a/rest/.idea/workspace.xml b/rest/.idea/workspace.xml index 5367619..cecd40a 100644 --- a/rest/.idea/workspace.xml +++ b/rest/.idea/workspace.xml @@ -5,15 +5,11 @@ - - - - - - + - - + + + @@ -27,8 +23,8 @@ - - + + @@ -43,6 +39,18 @@ + + + + + + + + + + + + @@ -83,8 +91,8 @@ - - + + @@ -92,11 +100,21 @@ - + + + + + + + + + + + - - + + @@ -104,11 +122,21 @@ + + + + + + + + + + - - + + @@ -132,7 +160,6 @@ @@ -177,8 +205,8 @@ DEFINITION_ORDER - @@ -222,70 +250,8 @@