Re: [nodejs] Re: NodeJs e-commerce solution?

2014-10-01 Thread Tom Boutell
There is a good MySQL driver for node in npm. It would be more accurate to say that mongodb is suited to node because it has an API that is based on JavaScript to begin with. But node isn't any worse at MySQL than other frameworks. -- Job board: http://jobs.nodejs.org/ New group rules:

[nodejs] Re: NodeJs e-commerce solution?

2014-09-30 Thread Matt Mischewski
this is built on Meteor https://reactioncommerce.com/ Not pure node but looks promising On Thursday, May 10, 2012 8:55:51 PM UTC+2, 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

Re: [nodejs] Re: NodeJs e-commerce solution?

2014-09-30 Thread chuck.lei
Thanks. I will checkout and take a look at it. 发自我的 iPad 在 2014年9月29日,上午11:40,Alexey Petrushin alexey.petrus...@gmail.com 写道: There's kind of eCommerce in node.js, very simple though, sample shop built with it http://robotigra.ru It's not exactly eCommerce, but a static site generator

Re: [nodejs] Re: NodeJs e-commerce solution?

2014-09-30 Thread chuck.lei
It is totally based on mongodb. I prefer to choose MySQL for inventory manage. It's hard to convince other colleagues that mongodb is a better solution. The most popular and mature commerce projects like (magneto, ofbiz) all use MySQL. Although it seems that mongodb is best suited for nodejs.

Re: [nodejs] Re: NodeJs e-commerce solution?

2014-09-28 Thread Alexey Petrushin
There's kind of eCommerce in node.js, very simple though, sample shop built with it http://robotigra.ru It's not exactly eCommerce, but a static site generator with eCommerce plugin http://eviltext.com The sample shop with its sources http://shop-example.eviltext.com

Re: [nodejs] Re: NodeJs e-commerce solution?

2014-09-26 Thread lin di
any progress? after googing and testing for few hours, i finally decide to use keystone sequelizejs(or bookshelf.js to support mysql acid). 在 2013年9月12日星期四UTC+8下午10时07分14秒,j...@team9.com.au写道: I generally agree with Adam too, it's really important to have the right foundation in place or

[nodejs] Re: NodeJs e-commerce solution?

2014-04-27 Thread Joseph Baiden
On Thursday, 10 May 2012 19:55:51 UTC+1, 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

[nodejs] Re: NodeJs e-commerce solution?

2014-04-26 Thread Alexey Petrushin
Couple of months ago I did a Cart Widget that can be embedded into site and kind of turn it into Shop. Here it is http://salejs.com sources https://github.com/alexeypetrushin/salejs Here's how it looks embedded in site http://robotigra.ru (top right angle) Also, while creating it I recorded

[nodejs] Re: NodeJs e-commerce solution?

2013-09-28 Thread Eric Ingram
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

[nodejs] Re: NodeJs e-commerce solution?

2013-09-28 Thread Lucas Schmidt
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

[nodejs] Re: NodeJs e-commerce solution?

2013-09-17 Thread Gagle
The node.js community is very huge and we have a lot of incredible people making the most cool things you can imagine. Building a 100% free open source e-commerce solution could be an added value to the node.js platform. Its dynamic nature fits well with anything, but we need smart people with

[nodejs] Re: NodeJs e-commerce solution?

2013-09-17 Thread Gagle
The node.js community is very huge and we have a lot of incredible people making the most coolest things you can imagine. Building a 100% free open source e-commerce solution could be a BIG added value to the node.js platform. Its dynamic nature fits well with anything, but we need smart

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-15 Thread Norman Paniagua
I've no time free to start or participate actively on this project, but maybe in few months when I finish some projects maybe I can go in... Regards El sábado, 14 de septiembre de 2013 10:41:08 UTC-4, akira escribió: @Norman Paniagua Have you started work on this? On Tuesday, September

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-14 Thread akira
@Norman Paniagua Have you started work on this? On Tuesday, September 10, 2013 5:35:41 PM UTC+2, Norman Paniagua wrote: I think if you want a balance between nosql and rdbms take a look at Postgres, seems to be a robust db with many years in the market, that supports objects and

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-14 Thread akira
OK.To get this thread back on track. Is there anybody willing to collaborate on an E-Commerce framework based on node? Is there any existing pakage that we can contribute to? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-13 Thread Marian Meres
Hello Guys, not that you all don't know all of this, but this still gives some nice view from the very top perspective on the topic: http://www.youtube.com/watch?v=qI_g07C_Q5I m. On Friday, September 13, 2013 4:30:57 AM UTC+2, Mark Hahn wrote: to not use SQL in an e-commerce application,

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-13 Thread klrumpf
but sometimes stupid can be fun :D On occasion I find it fun when observing it in others but it keeps irking me when it happens to be me. Perhaps programming is the art of turning something stupid into something slightly less stupid in stupid iterations. (lines of code / IQ = iterations) Or

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-13 Thread greelgorke
When I say developing in SQL is boring, I should state that I meant that developing in SQL with Node-js is basically pointless when you need to use all the goodies of ACID. You should just use another language that can give you that. how pointless is that But, part of me just

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-13 Thread Lucas Schmidt
Sure, I guess my english is not good enough and this subject is not that easy to tackle. In my mind its just impossible for you to get away from NO-SQL nowadays. So I am always trying to learn new things about it, and I find it very useful for a lot of use cases, as everyone else. Some

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-13 Thread Bruno Jouhier
ACID compliance has serious financial implications and is why people keep harping on about it. It's really really really important. Sure! And, as your stock is managed in your ERP you really really need a DTChttp://en.wikipedia.org/wiki/Distributed_Transaction_Coordinatorbetween your

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread klrumpf
if you do go sql because of the ACID issues there's also non blocking MariaDB https://npmjs.org/package/mariasql for node and see https://mariadb.com/blog/mariadb-non-blocking-client-api-and-nodejs Karl-L. Rumpf klru...@gmail.com Mlaga,

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread Adam Reynolds
Lol SQL is boring Think you're doing it wrong :) On Thu, Sep 12, 2013 at 11:04 AM, klrumpf klru...@gmail.com wrote: if you do go sql because of the ACID issues there's also non blocking MariaDB https://npmjs.org/package/mariasql for node and see

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread Alexey Petrushin
Customers doesn't care if there's MongoDB, CouchDB, MySQL inside this e-commerce stuff. Also, as soon as the goal is to build widely used open source e-commerce - it won't be a huge million user a day site (nobody uses simple open source shops at such scale), it will be a small, simple and

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread Adam Reynolds
The customer will care when the last item in stock is sold twice. You are right, in the initial work, it's all about the pretty stuff, but the backend implementation should be scalable as the customer grows. The last thing a customer wants to hear is that the solution works as long as you don't

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread klrumpf
no node expert by a long shot but I concur totally, am developing international logistics solutions for others and also running them in my own businesses since the 90ties and you've *got to play it safe* in this area or (apart from your MD, CEO or whatnot) the

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread jed
I generally agree with Adam too, it's really important to have the right foundation in place or you (or someone else using the project) will regret it later. I asked about whether it would be possible to implement a robust solution in mongo db because I've been working on an open source

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread Lucas Schmidt
I should explain myself :D When I say developing in SQL is boring, I should state that I meant that developing in SQL with Node-js is basically pointless when you need to use all the goodies of ACID. You should just use another language that can give you that. But, part of me just wants to

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread Jose Luis Rivas
On 09/12/2013 06:42 AM, Adam Reynolds wrote: The customer will care when the last item in stock is sold twice. You are right, in the initial work, it's all about the pretty stuff, but the backend implementation should be scalable as the customer grows. The last thing a customer wants to

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-12 Thread Mark Hahn
to not use SQL in an e-commerce application, it would be stupid Huh? I don't understand. What is your logic? On Thu, Sep 12, 2013 at 5:21 PM, Lucas Schmidt lucastschm...@gmail.comwrote: I should explain myself :D When I say developing in SQL is boring, I should state that I meant that

[nodejs] Re: NodeJs e-commerce solution?

2013-09-11 Thread Lucas Schmidt
I think it should be fine using MongoDB if you use something like REDIS and their lua scripts as transactions. Or, if Mongo + Lua is not the best option, I would use Neo4j, since its ACID but has the plus of being a graph. (Actually, I would still use Neo4j, even if I were using Mongo + Redis)

[nodejs] Re: NodeJs e-commerce solution?

2013-09-10 Thread jed
Hi Ivan, I'm working on something that may be relevant... although it's based on express and mongoose, and as previously mentioned it may not be possible to build a truly robust eCommerce solution in mongo. In the above-mentioned stackoverflow

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-10 Thread Adam Reynolds
Can we please stop this. The ecommerce bit of a shop needs to be acid compliant. You can try and work around this with code but you are still using the wrong tool for the job. Stop playing buzzword bingo. On 10 Sep 2013 13:54, j...@team9.com.au wrote: Hi Ivan, I'm working on something that

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-10 Thread Ivan Zinchenko
Hi Jed, from my perspective it should be fine using BASE instead of ACID storage for something like eCommerce. It just looks like way too many people cannot wrap their heads around idea that transactions are not always a must have, when you put your data structures and code properly. So MongoDb

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-10 Thread Norman Paniagua
I think if you want a balance between nosql and rdbms take a look at Postgres, seems to be a robust db with many years in the market, that supports objects and relational data. But to me the most logical way to go its to develop a super package that have many small packages that doest specific

[nodejs] Re: NodeJs e-commerce solution?

2013-09-09 Thread CptSpaetzle
Hi everyone, so any progress in this effort? I would also like to jump into node.js based e-commerce project. Have a little experience with node.js and a lot of MongoDb :) BR, Ivan -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-03-04 Thread Alexey Petrushin
RDBMS or MongoDB? Whatever ... :) On Friday, March 1, 2013 1:28:05 PM UTC+4, Adam Reynolds wrote: As I think has been mentioned before you should not be using MongoDB for e-commerce. http://stackoverflow.com/questions/7149890/what-does-mongodb-not-being-acid-compliant-really-mean On

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-03-04 Thread Adam Reynolds
That's fine until you try and sell the system and somebody that understands the issues with using MongoDB as the back-end for a transactional problem freaks out and calls your technical know-how into question. :P On Mon, Mar 4, 2013 at 10:57 AM, Alexey Petrushin alexey.petrus...@gmail.com

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-03-01 Thread Adam Reynolds
As I think has been mentioned before you should not be using MongoDB for e-commerce. http://stackoverflow.com/questions/7149890/what-does-mongodb-not-being-acid-compliant-really-mean On Thursday, May 10, 2012 2:55:51 PM UTC-4, guzelgoz wrote: Ideally, I would like to use Expressjs and

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-03-01 Thread Kevin Jones
On Friday, March 1, 2013 9:28:05 AM UTC, Adam Reynolds wrote: As I think has been mentioned before you should not be using MongoDB for e-commerce. http://stackoverflow.com/questions/7149890/what-does-mongodb-not-being-acid-compliant-really-mean While mongo is probably not the simplest

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-03-01 Thread Adam Reynolds
Just do the e-commerce bit in an ACID compliant db engine. If you want to move a 20 tons of dirt you don't use a sports car. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you

[nodejs] Re: NodeJs e-commerce solution?

2013-02-28 Thread Josh Kurz
@Nicotene any progress on releasing some of the npm modules? Or do you have any suggestions as to ecommerce modules that have been effective in your development process? On Thursday, May 10, 2012 2:55:51 PM UTC-4, guzelgoz wrote: Hi all, I've been searching and searching but couldn't find

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-10-20 Thread Patrick McL
Super great man! I have to build something very similar for a client starting next week... and its only me... and I only have till the end of the year... uh oh. Node better start magically writing its own code. On Wednesday, September 26, 2012 10:46:30 AM UTC-7, Nicotene wrote: Dear all,

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-27 Thread greelgorke
@Nicotene: can some take a look the code. open sourced or licenzed? Am Mittwoch, 26. September 2012 23:19:53 UTC+2 schrieb Nicotene: I feel no shame at admitting we are no good at creating eye-catching designs, hence no fancy stuff, just a simple design and straight to the point. We had to

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-27 Thread Vinayak Mishra
Thanks for showing interest, greelgorke. The nodestore code is proprietory, and not available on as open source yet. We have created few independent npm modules that could be useful to other projects, we would like to publish some of these modules on npm some day. But at the moment, we are

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-27 Thread greelgorke
i'm looking forward to it. just interested about it, if it can be easily customized. but the modules might be grate too :) Am Donnerstag, 27. September 2012 11:39:19 UTC+2 schrieb Nicotene: Thanks for showing interest, greelgorke. The nodestore code is proprietory, and not available on as

[nodejs] Re: NodeJs e-commerce solution?

2012-09-27 Thread Abramovick
I was just about starting to build something similar. So count me in. However, lets make it more realistic, n actually start doing it. coz i've seen alot of people who are interested to contribute, so you should actually take the lead, n tell us wat to do next. Abraham Itule -- Job Board:

[nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Moritz Beller
katana looks great; im familiar w/ express, but nvm. Im also interested.. anyone wants to grab the scepter and lead us the way? : Am Donnerstag, 10. Mai 2012 20:55:51 UTC+2 schrieb guzelgoz: Hi all, I've been searching and searching but couldn't find any project/open source node

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Adam Reynolds
You need an ACID compliant DB back end for e-commerce. As far as I am aware MongoDB is not to be used for e-commerce. Use the right tool for the right job :) On Wed, Sep 26, 2012 at 3:33 PM, Moritz Beller beller.mor...@googlemail.com wrote: katana looks great; im familiar w/ express, but nvm.

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Moritz Beller
What about VoltDB ? http://voltdb.com/ *[...]that scale to millions of operations per second while providing full support for ACID transactions.* Am Mittwoch, 26. September 2012 16:43:09 UTC+2 schrieb Adam Reynolds: You need an ACID compliant DB back end for e-commerce. As far as I am

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Adam Reynolds
E-commerce is a very odd beast. Your choice, but tbh I'd be moving towards MySQL/Postgre/etc etc. Boringly solid DBs with years of proven experience and the tool set in place to let you just get on with delivering a decent front-end experience. On Wed, Sep 26, 2012 at 4:12 PM, Moritz Beller

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread shawn wilson
since i've seen it brought up twice, iirc mongo has an option to save direct to disk to allow for power failure and such. however, since there are hadoop, mongo, couch, redis, and dozens of lucene based solutions, maybe a payment system should be more db agnostic unless you want to alienate

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Vinayak Mishra
Dear all, We at Urbantouch (www.urbantouch.com), an Indian e-commerce startup, have built a tailor-made node.js e-commerce platform/frontend/crm, logistics backend. It's been 6 months we ditched magento platform for the home-grown node.js setup, needless to say we're delighted with the

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Alexey Petrushin
that scale to millions of operations per second He-he, I believe, if Your e-commerce solution will have such load - You may easily hire as many developers and do as many databases, simultaneously as You wish :) We at Urbantouch (www.urbantouch.com), an Indian e-commerce startup, Nice

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-09-26 Thread Vinayak Mishra
I feel no shame at admitting we are no good at creating eye-catching designs, hence no fancy stuff, just a simple design and straight to the point. We had to do away with magento system because it wasn't good at handling a lot of load. We also had to come up with a in-house solution and were

[nodejs] Re: NodeJs e-commerce solution?

2012-05-19 Thread Shogun
Hi, I'm also interested in this project. Have a look on my framework [https://github.com/shogun147/Katana] It could be good alternative to Express, especially for building such project or any cms like solution. Good luck! -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-18 Thread jmartins
Why not use a graphos database like Neo4J ? It's awesome to crossales, upsales, promotions, etc... tks João Em quinta-feira, 17 de maio de 2012 01h17min57s UTC-3, MarkM escreveu: Any plans to support bitcoin payments? On Wed, May 16, 2012 at 8:02 PM, Marcos Vinicius de Camargo Marcon

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-18 Thread Meaglith Ma
I am very interesting it, and who wanna develop a opensource project about e-commerce with Nodejs and MongoDB? On Sat, May 19, 2012 at 12:07 AM, jmartins jcmart...@gmail.com wrote: Why not use a graphos database like Neo4J ? It's awesome to crossales, upsales, promotions, etc... tks João

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-18 Thread Alexey Petrushin
Neo4j - it's interesting, but not very usable, it's still unknown, very java-oriented (REST API is orders of magnitude slower than native Java API, docs are big, complicated and too javish), it has very small user base with very specific use cases. -- Job Board: http://jobs.nodejs.org/

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-18 Thread Marcos Vinicius de Camargo Marcon
Then when we started? Em sexta-feira, 18 de maio de 2012 23h43min29s UTC-3, Alexey Petrushin escreveu: Neo4j - it's interesting, but not very usable, it's still unknown, very java-oriented (REST API is orders of magnitude slower than native Java API, docs are big, complicated and

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-16 Thread Hakan Guzelgoz
I am ok with learning by doing approach. I think it would be a good start to build a simple website with products, a simple cart that sells these products. I would as much as possible keep things basic and simple so that it can grow up with time. I would suggest to go ahead with Mongo as DB. On

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-16 Thread Dave Clements
if its orders/payment data you might want to go with couchdb. If mongodb crashed theres a fair chance of data loss because it operates in RAM and periodically stores to disk. In this case that loss can be directly mapped to financial loss. There are ways to set mongo up that gaurd against

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-16 Thread Anand George
For payments you might consider node-stripe - https://github.com/abh/node-stripe.git Also checkout this nice tutorial on setting it all up - http://www.catonmat.net/blog/stripe-payments-with-node/ On Thu, May 17, 2012 at 7:24 AM, Dave Clements huperekch...@googlemail.comwrote: if its

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-16 Thread Marcos Vinicius de Camargo Marcon
Hi! I'm interested, and just as Adem said learning by doing would like to be part of this project. I am developing a web application focused on measuring the experience of User in any possible scenario Thank! Em quarta-feira, 16 de maio de 2012 22h54min58s UTC-3, Dave Clements escreveu: if

Re: [nodejs] Re: NodeJs e-commerce solution?

2012-05-16 Thread Mark Miller
Any plans to support bitcoin payments? On Wed, May 16, 2012 at 8:02 PM, Marcos Vinicius de Camargo Marcon marcon...@gmail.com wrote: Hi! I'm interested, and just as Adem said learning by doing would like to be part of this project. I am developing a web application focused on measuring the

[nodejs] Re: NodeJs e-commerce solution?

2012-05-15 Thread jmartins
+1 Em domingo, 13 de maio de 2012 16h00min46s UTC-3, Adem Aydin escreveu: Selam Hakan, I'd be really interested in a cooperation as an opportunity to dive into node.js. Unfortunately I currently only have a basic understanding of node.js. If you are OK with a partner who wants to take

[nodejs] Re: NodeJs e-commerce solution?

2012-05-13 Thread gig
hii . i am into developing a payment gateway using node.. looking forward for discussion regarding the same . With Regards, gig On Friday, 11 May 2012 00:25:51 UTC+5:30, guzelgoz wrote: Hi all, I've been searching and searching but couldn't find any project/open source node e-commerce