SlideShare uma empresa Scribd logo
1 de 27
Avancées dans la boîte à outils Ruby Yann Klis, Novelys #mongofr, 23/03/2011, @lacantine
Avancées dans la boîte à outils du développeur Ruby Yann Klis, Novelys #mongofr, 23/03/2011, @lacantine
#mongofr
Yann Klis Novelys, Strasbourg Applications web Ruby/Rails/MongoDB/AWS MySQL, Postgresql, Sphinx
MasterSieve Seat (CRM & leads management) iDocus Reunik Expériences avec MongoDB
Base de données Orienté Document Sans schéma NoSQL Requêtes complexes Map/Reduce MongoDB En bref
Phpmyadmin (PHP)
RockMongo (PHP)
gem install mongo (mongo+bson+bson_ext) Driver Ruby Officiel Gem
gem install em-mongo (eventmachine+bson+bson_ext) Autre Driver Ruby Gem
mongo & mongo Console & Gem > db.leads.find({city: "BEGLES"}) > database.collection("leads").find(:conditions => {"city" => "BEGLES"})
Object Document Mapper (ODM) Mongoid, MongoMapper, etc. Mapper des objets Anciennement ORM
 
 
 
 
MongoMapper ↓ Mongoid ↓ ??? Our experience
Mongoid Déclaration et associations
Mongoid Object lifecycle hooks
Mongoid Validations, scope, etc
Gems activemodel (!) devise, :version => ”1.1rc1” state_machine, :version => ”>= 0.9.4” carrierwave rspec-rails, :version => ”>= 2.0.0” factory_girl_rails shoulda mongoid_slug mongoid-paperclip mongoid_session_store mongo-i18n translator transitions static_list sunspot
Gems state_machine
Plugin production_chain (shameless plug) https://github.com/novelys/production_chain cap staging  db:dump_and_restore cap production  db:dump_and_restore cap staging  db:dump_and_restore  FILE=mongoid cap production  db:dump_and_restore  FILE=mongoid
Gem (soon !) dba_sequence (shameless plug)
MongoDB and i18n are in a boat http://www.nicolaracco.com/en/articles/i18n-for-rails-app-with-mongodb
Conclusion Last year A lot of things were in a state of flux This year A lof of things are in a state of flux But things are improving Knowledge is increasing in the Ruby community
Questions ? http://twitter.com/yannski http://blog.strasslab.net [email_address]

Mais conteúdo relacionado

Destaque

Presentation technico-commercial-ruby-on-rails
Presentation technico-commercial-ruby-on-railsPresentation technico-commercial-ruby-on-rails
Presentation technico-commercial-ruby-on-rails
Novelys
 
Content Delivery
Content DeliveryContent Delivery
Content Delivery
Novelys
 
VEZwolle- Vriendendienst 18 september 2011
VEZwolle- Vriendendienst 18 september 2011VEZwolle- Vriendendienst 18 september 2011
VEZwolle- Vriendendienst 18 september 2011
Toon Somnaikubun
 
Who+Am+I+Template
Who+Am+I+TemplateWho+Am+I+Template
Who+Am+I+Template
osharp12
 
Enewsletter 2013.01.03-mon (1)
Enewsletter 2013.01.03-mon (1)Enewsletter 2013.01.03-mon (1)
Enewsletter 2013.01.03-mon (1)
tumenzul batjargal
 

Destaque (20)

Presentation technico-commercial-ruby-on-rails
Presentation technico-commercial-ruby-on-railsPresentation technico-commercial-ruby-on-rails
Presentation technico-commercial-ruby-on-rails
 
Long Polling with Event Machine
Long Polling with Event MachineLong Polling with Event Machine
Long Polling with Event Machine
 
(courte introduction à) Lean Software Management
(courte introduction à) Lean Software Management(courte introduction à) Lean Software Management
(courte introduction à) Lean Software Management
 
Agilité, Exia/Cesi, Février 2010
Agilité, Exia/Cesi, Février 2010Agilité, Exia/Cesi, Février 2010
Agilité, Exia/Cesi, Février 2010
 
Amazon Web Services
Amazon Web ServicesAmazon Web Services
Amazon Web Services
 
Content Delivery
Content DeliveryContent Delivery
Content Delivery
 
Code Name : MasterSieve
Code Name : MasterSieveCode Name : MasterSieve
Code Name : MasterSieve
 
Agile Tour Strasbourg
Agile Tour StrasbourgAgile Tour Strasbourg
Agile Tour Strasbourg
 
NoSQL
NoSQLNoSQL
NoSQL
 
VEZwolle- Vriendendienst 18 september 2011
VEZwolle- Vriendendienst 18 september 2011VEZwolle- Vriendendienst 18 september 2011
VEZwolle- Vriendendienst 18 september 2011
 
Recherche Victor
Recherche VictorRecherche Victor
Recherche Victor
 
Lezing Woning 22 Oktober
Lezing Woning 22 OktoberLezing Woning 22 Oktober
Lezing Woning 22 Oktober
 
Petite recherche sur le Canada
Petite recherche sur le CanadaPetite recherche sur le Canada
Petite recherche sur le Canada
 
ХМСА
ХМСАХМСА
ХМСА
 
Isaac
IsaacIsaac
Isaac
 
Utsmykning Nina Og Camilla
Utsmykning Nina Og CamillaUtsmykning Nina Og Camilla
Utsmykning Nina Og Camilla
 
Who+Am+I+Template
Who+Am+I+TemplateWho+Am+I+Template
Who+Am+I+Template
 
Stol og Stilhistorie
Stol og StilhistorieStol og Stilhistorie
Stol og Stilhistorie
 
Enewsletter 2013.01.03-mon (1)
Enewsletter 2013.01.03-mon (1)Enewsletter 2013.01.03-mon (1)
Enewsletter 2013.01.03-mon (1)
 
Stilhistorie og viktige designere 2
Stilhistorie og viktige designere 2Stilhistorie og viktige designere 2
Stilhistorie og viktige designere 2
 

Semelhante a Avancées dans la boîte à outils Ruby MongoFR 2011

Webdevcon Keynote hh-2012-09-18
Webdevcon Keynote hh-2012-09-18Webdevcon Keynote hh-2012-09-18
Webdevcon Keynote hh-2012-09-18
Pierre Joye
 
Intro to node and mongodb 1
Intro to node and mongodb   1Intro to node and mongodb   1
Intro to node and mongodb 1
Mohammad Qureshi
 
Node.js and the MEAN Stack Building Full-Stack Web Applications.pdf
Node.js and the MEAN Stack Building Full-Stack Web Applications.pdfNode.js and the MEAN Stack Building Full-Stack Web Applications.pdf
Node.js and the MEAN Stack Building Full-Stack Web Applications.pdf
lubnayasminsebl
 
Java Persistence Frameworks for MongoDB
Java Persistence Frameworks for MongoDBJava Persistence Frameworks for MongoDB
Java Persistence Frameworks for MongoDB
MongoDB
 
Intro To Mongo Db
Intro To Mongo DbIntro To Mongo Db
Intro To Mongo Db
chriskite
 

Semelhante a Avancées dans la boîte à outils Ruby MongoFR 2011 (20)

Spring Data MongoDB 介紹
Spring Data MongoDB 介紹Spring Data MongoDB 介紹
Spring Data MongoDB 介紹
 
Practical Use of MongoDB for Node.js
Practical Use of MongoDB for Node.jsPractical Use of MongoDB for Node.js
Practical Use of MongoDB for Node.js
 
Webdevcon Keynote hh-2012-09-18
Webdevcon Keynote hh-2012-09-18Webdevcon Keynote hh-2012-09-18
Webdevcon Keynote hh-2012-09-18
 
Intro to node and mongodb 1
Intro to node and mongodb   1Intro to node and mongodb   1
Intro to node and mongodb 1
 
MongoDB at FrozenRails
MongoDB at FrozenRailsMongoDB at FrozenRails
MongoDB at FrozenRails
 
(C)NodeJS
(C)NodeJS(C)NodeJS
(C)NodeJS
 
Node.js and the MEAN Stack Building Full-Stack Web Applications.pdf
Node.js and the MEAN Stack Building Full-Stack Web Applications.pdfNode.js and the MEAN Stack Building Full-Stack Web Applications.pdf
Node.js and the MEAN Stack Building Full-Stack Web Applications.pdf
 
Front End Development for Back End Java Developers - Jfokus 2020
Front End Development for Back End Java Developers - Jfokus 2020Front End Development for Back End Java Developers - Jfokus 2020
Front End Development for Back End Java Developers - Jfokus 2020
 
MongoDB.local DC 2018: Ch-Ch-Ch-Ch-Changes: Taking Your MongoDB Stitch Applic...
MongoDB.local DC 2018: Ch-Ch-Ch-Ch-Changes: Taking Your MongoDB Stitch Applic...MongoDB.local DC 2018: Ch-Ch-Ch-Ch-Changes: Taking Your MongoDB Stitch Applic...
MongoDB.local DC 2018: Ch-Ch-Ch-Ch-Changes: Taking Your MongoDB Stitch Applic...
 
Getting started with node JS
Getting started with node JSGetting started with node JS
Getting started with node JS
 
Battle of NoSQL stars: Amazon's SDB vs MongoDB vs CouchDB vs RavenDB
Battle of NoSQL stars: Amazon's SDB vs MongoDB vs CouchDB vs RavenDBBattle of NoSQL stars: Amazon's SDB vs MongoDB vs CouchDB vs RavenDB
Battle of NoSQL stars: Amazon's SDB vs MongoDB vs CouchDB vs RavenDB
 
You Know WebOS
You Know WebOSYou Know WebOS
You Know WebOS
 
Java Persistence Frameworks for MongoDB
Java Persistence Frameworks for MongoDBJava Persistence Frameworks for MongoDB
Java Persistence Frameworks for MongoDB
 
Symfony2 and AngularJS
Symfony2 and AngularJSSymfony2 and AngularJS
Symfony2 and AngularJS
 
Intro To Mongo Db
Intro To Mongo DbIntro To Mongo Db
Intro To Mongo Db
 
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
 
Modular Web Applications With Netzke
Modular Web Applications With NetzkeModular Web Applications With Netzke
Modular Web Applications With Netzke
 
Static Code Analysis For Ruby
Static Code Analysis For RubyStatic Code Analysis For Ruby
Static Code Analysis For Ruby
 
Grails Introduction - IJTC 2007
Grails Introduction - IJTC 2007Grails Introduction - IJTC 2007
Grails Introduction - IJTC 2007
 
MongoDB and Node.js
MongoDB and Node.jsMongoDB and Node.js
MongoDB and Node.js
 

Avancées dans la boîte à outils Ruby MongoFR 2011