Skip to content

haiyamicode/vnluser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vnluser

HackathonVietnam2014 contest

== Documentation and ideas: https://github.com/phaikawl/vnluser/wiki

Ideas:

  • Users might store their interested information into cloud when they're surfing the Internet. Newspaper snippet, video, picture, product details, code, quote ... into their secret cloud storage.
  • Sharing their interesting with other people by check to public their saved.
  • Connecting people with the same interesting by recommendation.
  • The final goal is a knowledge social network.

Project is 4 main components (23 hours hackathon):

  • Web interface, built from AngularJS
  • Browser extension for Chrome PC.
  • Service API, built from flask (python micro-framework)
  • Data processing backend: python (NLP keywords suggest) + java (Recommendation)

Implementaion

Other services:

  • Dropbox: User authentication + User data storage + Meta data.
  • Redis: Message queue, data stucture storage (for fastest development). In future, migration to apache-kafka (queue) and mongoDB / Google LevelDB (data storage) for scaling and performance.
  • Recommendation: Apache Lucene, OrientDB
  • rfx framework https://github.com/mc2ads/rfx-s2-http-server . Reactive Small and Scalable HTTP Server for real-time event processing

Installation guilde:

Please refer installation in each component folder.

Architecture:

alt tag

The strong point of this architecture is scalibility. Each component could be scale individually. API call via message queue could be use for load balancing/ data sharding / asynchronous calling.

Usecase:

  • User selects text. Right click on context menu. Select saved.
  • User shall be able to list their saved items and view later.
  • User shall be able to views other public saved items and recommendations.
  • User shall be able to saved other public items and recommendations.
  • Organizing information (keywords, category, folder) using machine learning (Virtual Personal Information Assistant)

Todo:

  • Scalability on Amazon Web Service.
  • Spam detection.
  • Users interaction.
  • supported Firefox Android / mobile devices.
  • Future with Apple CloudKit

Refereer:

Micro Social Network (Interest Graph) https://github.com/antirez/retwis http://redis.io/topics/twitter-clone http://stackoverflow.com/questions/7150306/help-with-a-microblog-twitter-clone-database-structure

Topic , Hashtags, Item http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/ http://docs.mongodb.org/manual/tutorial/model-tree-structures/ http://stevenloria.com/finding-important-words-in-a-document-using-tf-idf/ http://textblob.readthedocs.org/en/dev/classifiers.html https://github.com/graus/thesis

Recommendation Engine http://www.slideshare.net/graphdevroom/works-with-persistent-graphs-using-orientdb http://markorodriguez.com/2011/09/22/a-graph-based-movie-recommender-engine

Theme, CSS public page, manage saved items https://github.com/dizzyn/responsive-infinite-scroll http://demoinfinite.appspot.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors