_:subject1 <http://an.example/predicate1> "object1" <http://example.org/graph1> .
Important questions; b2b
0. what is feedlabs and what is it for?
1. how can we improve your content?
2. how can we increase your users experience?
3. how can we improve your application UI?
4. how can we speed up your data delivery
5. how can we safe you computing instances?
6. how can we safe you storage space?
7. how can we improve you analytics?
8. how can you track your users behaviours?
9. how can we improve your knowledge about users expectations?
10. how can we index your content?
11. how can we suggest better content?
12. why should I use new DSL language?
13. how can you make more money with us?
14. how can I migrate my data?
beego manual
Logic
(to do https://github.com/feedlabs/elasticfeed/issues)
groupcachepretty=trueprintingContent-Type: application/jsonDeployment
elasticfeedinstalled with puppet module (defined as puppet class for nodes)elasticfeedlinux packageelasticfeedcross platform support (binary release)Feed
can be displayed as: LIST, AGGREGATED BY TIME or TAGSPrototype
Stream:
ServiceManager:
Redis
Neo4j #6
Memcache #6
Graph #6
Basics
Standards:
Thoughts
tips:
objectand then create incayleyrelation if needed. Each query would require 2 call; One to cayley and second to mongoGremlin
curl -d '[{"subject":"bob","predicate":"follows", "object":"dani"}]' localhost:64210/api/v1/writecurl -d "g.V('alice').Out('follows').Intersect(g.V('bob').Out('follows')).All()" localhost:64210/api/v1/query/gremlincurl -d "g.V('alice').Out('follows').All()" localhost:64210/api/v1/query/gremlin