> 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 <[email protected]>wrote: > 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 get away from SQL, since there are a lot of > different things out there to learn, and thats much more fun when > learning/improving. > > But yeah, to not use SQL in an e-commerce application, it would be stupid, > but sometimes stupid can be fun :D > > Again, I am sure you can do an e-commerce using Redis lua scripts, but it > will take much more work than simply using Java/Spring/SQL. > > Em quinta-feira, 12 de setembro de 2013 07h38min19s UTC-3, Adam Reynolds > escreveu: >> >> Lol "SQL is boring" >> >> Think you're doing it wrong :) >> >> >> On Thu, Sep 12, 2013 at 11:04 AM, klrumpf <[email protected]> wrote: >> >>> if you do go sql because of the ACID issues there's also non blocking >>> MariaDB >>> https://npmjs.org/package/**mariasql<https://npmjs.org/package/mariasql> >>> for node and see https://mariadb.com/blog/**mariadb-non-blocking-client- >>> **api-and-nodejs<https://mariadb.com/blog/mariadb-non-blocking-client-api-and-nodejs> >>> >>> Karl-L. [email protected] >>> Málaga, Spain >>> >>> On 12/09/13 00:19, Lucas Schmidt wrote: >>> >>> 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) >>> >>> SQL is boring, and if you are really going to develop using SQL, just >>> do it in Java or some other language that can provide you a lot of >>> transactions support. You could still develop all your e-commerce using >>> Node, but a few specific Micro Services using a Java Spring as a Restful >>> Webservice. >>> >>> But good luck ... e-commerce is crazy difficult I would say. >>> >>> Em quinta-feira, 10 de maio de 2012 15h55min51s UTC-3, guzelgoz >>> escreveu: >>>> >>>> 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<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 >>> nodejs+un...@**googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/**group/nodejs?hl=en?hl=en<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 nodejs+un...@**googlegroups.com. >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: https://github.com/joyent/**node/wiki/Mailing-List-* >>> *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 >>> nodejs+un...@**googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/**group/nodejs?hl=en?hl=en<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 nodejs+un...@**googlegroups.com. >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >> >> -- > -- > 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. > -- -- 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.
