Sunday, 26 February 2017

23rd - 26th February 2017

This week Ina and I met up to discuss our progress. As in our last blog post, the database is now set up to receive tweets and the tree can now display tweets as branching nodes on the terminal which we use for testing.

Plans: Django web application + server configuration
We are using django, the python framework, to write up the app interface. We plan to use the following server configuration setup:
the web client <-> the web server <-> the socket <-> uWSGI <-> Python
This is an addition to using Amazon Web Services to host the NGINX web server and uWSGI.

Progress:
Started to implement simple analysis methods on the established tree structure. This includes:

  • Finding the average number of replies in a tree 
  • Finding the longest reply-chain in the tree

We tried to contact our supervisor but unfortunately, he was unavailable so we will schedule another meeting with him next week.

No comments:

Post a Comment