Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

NoSQL (sometimes expanded to "not only SQL") is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways.

learn more… | top users | synonyms

-1
votes
2answers
151 views

How to store Facebook user education in neo4j

I want to store Facebook educations of a user in Neo4j, so that i can query on any attribute combinations. Currently Fields I want to save of Facebook education field ...
3
votes
1answer
280 views

Facebook app custom data database

Does facebook provide a way to store custom data for an app? I think of a user related store just like the users folder in operating systems. Performance should not be an issue as I can hold the data ...
3
votes
4answers
1k views

Store/Sync Facebook Graph in a NoSQL (MongoDB)

I'm building an app that needs to be able to extend facebook graph data. I'm new to NoSQL storage and i'm looking for help. Using the graph api, i can retreive a user, since i would like my app to ...
0
votes
2answers
389 views

Activity feed on NO-SQL storage

HI...i have been thinking about a notifications system...which send users an alert when data has arrived for some subscription their made or a friend has made some activity (facebook style). The ...
0
votes
1answer
137 views

aggregating profile feeds like facebook

just wondering how you guys would do a feed aggregator like a simple facebook using nosql (like redis). Basically you have many profiles, and each profiles would have their own feed. Everytime a user ...
1
vote
0answers
73 views

Facebook inventory estimator service

Facebook has a super cool service called "inventory estimator" that estimates the reach for an advertisement based on different filters (http://www.facebook.com/ads/create). Does some one know which ...
2
votes
1answer
156 views

App Engine Datastore + social app - structure & search an N-D sparse matrix

IIRC, each Facebook user can have 5000 friends. The average is 130, but the maximum is much higher. Each of those friends can have 'liked' zero or more entities drawn from a set of millions. When e.g. ...