60 likes | 153 Views
Explore how to integrate directly to RDBMS using RhoConnect, covering source adapters, synchronization, backend data, and SETUP REQUIREMENTS. Learn about integrating with Ruby or Node.js, utilizing MySQL as the database, and the methodology involving the Ruby DBI Library. This webinar covers source adapter methods, including query, create, update, delete, search, login, and logoff.
E N D
RHOMOBILE WEBINAR: INTEGRATING DIRECTLY TO RDBMS USING RHOCONNECT Geoffrey Poremba Sr Manager – North American Software Solutions
RHOCONNECTINTEGRATION AND SYNCHRONIZATION SalesForce.com Source Adapter Web Services Source Adapter SQL DB Source Adapter Server Plugin RESTful API RHOConnect Server Redis NoSQL DB RHOConnect Clients
RHOCONNECTINTEGRATION AND SYNCHRONIZATION Backend Data Source Adapter Backend Data Source Adapter RHOConnect Server
RHOCONNECTSOURCE ADAPTERS SOURCE ADAPTER METHODS Query Create Update Delete Search Login Logoff
OVERVIEWINTEGRATING WITH AN RDBMS SOURCE ADAPTER: -> Ruby or Node.js DATABASE: -> MySql RDBMS: -> MySql Employees DB METHODOLOGY: -> Ruby DBI Library
SETUP REQUIREMENTSINTEGRATING WITH AN RDBMS DBI Ruby Gem: -> gem install dbi MySql Ruby Gem: -> gem install mysql MySql DBD Gem: -> gem install dbd-mysql Modify Gemfile: -> in Rhostudio Bundle Install: -> command line