Open lowspace opened 3 years ago
The application utilizes tweets to do different analysis scenarios, which requires the tweets to have been stored and well-prepared whenever the application needs to refer. Tweets have a standard json file structure proposed by Twitter company, though relational database is able to store the fields of that structure over different tables, a json file including an integral tweet can be fed to NoSQL database. The application employees CouchDB, a free open-source document-oriented NoSQL database, to store data.
Besides the flexible