added 'where are tweets stored' section authored by Janez K's avatar Janez K
......@@ -37,4 +37,8 @@ To execute a query you must provide a **query**, the **consumer secret** and eit
```bash
tap --consumer-key CONSUMERKEY --consumer-secret CONSUMERSECRET -q "miley cyrus" -v DEBUG
```
\ No newline at end of file
```
### Where are the tweets stored ###
The tweets are stored in the mongoDB in a collection called **tweets**. This can be changed using the --tweets-collection option. There is also a collection for saving the highest since_id for queries, which is **queries** by default (can be changed using the --queries-collection option).
\ No newline at end of file