Eric, thats pretty cool, now I am amazingly curious about how you guys did the API server using Mongo, Redis and elastic search. (not open source)
In some projects, Elasticsearch is something I ve been thinking about using, but the real issue is that I had to do some queries in subdocuments and elastic search couldnt solve that problem properly (doesnt return sub-documents, something that I could solve using Mongo.aggregate and doing some cache of queries). Regarding your stack, (without really knowing your model), but I think Neo4j would fit well as a way to organize data, do recommendations. Neo4j instead of elasticsearch would be interesting. But its cool that u guys decided to do with Mongo, Redis and Elastic. Can you elaborate what you guys use Redis for? Only cache or do you actually use lua transactions for other stuff? Em sábado, 28 de setembro de 2013 06h52min22s UTC-3, Eric Ingram escreveu: > > Forward is a new e-commerce platform, recently re-built on NodeJS: > http://getfwd.com > > It was originally developed as a PHP platform in 2012, and throughout 2013 > has been re-developed as a high performance e-commerce API server written > in NodeJS, with API client libraries for every major language including > PHP, NodeJS, Ruby, Python. > > Here are a couple of sites using the earlier PHP version today: > > http://jellyfishart.com > http://shop.dodocase.com > http://expressweddingfavors.com > http://fuelmulenutrition.com > > It uses MongoDB with a new storage engine that enables document-level > locking and complete ACID transaction support. Yes, we're doing complete > ACID transactions with MongoDB. It's awesome fast. > > Average API call response time (including connection latency/round trip) > is under 10ms. > > API is completely REST-like, supporting both persistent TCP connections > and HTTP. > > On Thursday, May 10, 2012 11:55:51 AM UTC-7, guzelgoz wrote: >> >> Hi all, >> >> I've been searching and searching but couldn't find any project/open >> source node e-commerce platform. As I am running some e-commerce websites >> using the PhP prestashop solution, I was really hoping to find some sort of >> e-commerce project but Nada! >> >> Ideally, I would like to use Expressjs and MongoDB. Do you know any >> e-commerce project that I could participate? >> >> If not, I would like to invite anybody to start a project. I think it >> would have great interest and at least I would participate to it - as a >> novice node programmer ;) but a serious user that may help on what is >> needed. >> >> Looking forward to your feedbacks! >> Thanks, >> Hakan >> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
