Questions tagged [social-graph]
27 questions
1
vote
1 answer
Framework for social graph in Rails
I would like to have a database for social graph in my Rails app. Hopefully, the app will eventually have a few hundred of thousands of users, plus their Facebook and LinkedIn connections. Right now, I am using MySQL, but I know it is not efficient…

AdamNYC
- 19,887
- 29
- 98
- 154
0
votes
1 answer
Suggestions on Framework/API to create social graph and cross reference relationships
Short Question Description
I have to develop an application for a security company that will store cases of harassment to their clients and cross reference any case with other cases if it detects it is the same person that is attacking them.
These…

jeruki
- 1,860
- 3
- 20
- 27
0
votes
1 answer
Visualization of social network from nodes and edges arrays
I want to visualize social networks using some tool (preferably some tool in python). Presently, I have my data in the form of arrays: an array with information about nodes (let’s give it the name Nodes). Each row of this array points to a node,…

Siddharth Satpathy
- 2,737
- 4
- 29
- 52
0
votes
0 answers
how to get facebook search results
I am trying to build a network of people that match a search criteria on FB and get their friends. All public information of course, or at least accessible to my own account. Say I search for the name "Smith".
I want to get all the people that match…

Courvoisier
- 904
- 12
- 26
0
votes
1 answer
Photo LIKE, COMMENTS NOSql database Design
I am trying to implement in LIKE and COMMENT system like Instagram and Facebook in DynamoDB
I have 3 tables, user, photo and photo_likes
user table and photo table have user_id and photo_id keys.
and for photo_likes table, I have photo_id as a key…

user8169843
- 39
- 9
0
votes
1 answer
Redis and PHP (Rediska) intersect on set
I'm trying to do some tricks with a graph (node/edges) dataset. In this case a set of data where person x follows person y (direct relation). I want to load this data (from a mysql table) into redis (have it running). I've chosen to use Rediska…

ymschaap
- 61
- 1
- 5
0
votes
1 answer
How can I model social connections in ElasticSearch?
Given the ElasticSearch NoSQL db, I'm trying to figure out how to best model social relationship data (yes, a graph db would be the best tool for the job, but in my current situation this choice might be forced upon me).
I'm new to ElasticSearch,…

InverseFalcon
- 29,576
- 4
- 38
- 51
0
votes
0 answers
big data visualization social graph
I am working on a project involving social graph visualization and analisys.
There is a graph contain approximently ~2,000,000 nodes and ~1,000,000,000 edges.
We tried to use Gephi but we exceeded the limit of memory.
Can someone recommend a data…

shay
- 1,211
- 2
- 8
- 6
0
votes
1 answer
Simple Rails 3 Application Meta OG tags not reconfiguring
I've been working to re-skin this app.
I've changed the original OG tags in the application layouts file to this:
application.html.erb