it seems that i fall in love with NoSql technology! i've read a lot of them (and asked a lot too...), i'm a beginner, and i want to make something "new" and not classic! this is why i've started with Python and who is a python web dev is a Django user (^_^) ... i'll stop my introduction here to ask my question:

  • what i want is an e-commerce platform, yes, e-commerce have money "in game" and money transaction is better with ACID solution: RDBMS, i'll use here Sqlite or MySql, but this solution, i'll let it after "years"...in Algeria (North Africa) there is no way to make a money operation via internet, everything must be "physical", so the platform right now will be only as an "intermediate"
  • the e-commerce plateform will have pages showing where there are pictures of what a client want to buy, here i'll use MongoDB, it's the best for DocumentDB since i'm in "schema-free", one document will represent everything about products and users (picture data types, integer, characters..)
  • and finally, i want something like a "social site", mean; it will also check what users made between them and product: person1 sold productA to person2 and person2 likes the person1 and want to follow him to see if something new interesting, and here i've found Neo4j.
  • but not everything is "rose" so this is my question: can i implement that? can a GraphDB enters to DocumentDB data (keys)? or in other words: can each system communicate with other with no problems? for example MongoDB will "encapsulate" the data so it will be harder for Neo4j to access to keys? so if it will be possible, what about performances? does the "simple classical RDBMS solution will be enough?
link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.