GithubHelp home page GithubHelp logo

zivtech / houston Goto Github PK

View Code? Open in Web Editor NEW
14.0 35.0 1.0 203 KB

Houston is a data transformation and synchronization framework that has support baked in for pulling and pushing data to and from other services, a sophisticated job queue for fault tolerance, and a parent child model that make complex data structures easier to work with across systems

Home Page: http://houstoncommand.com/

License: GNU General Public License v3.0

PHP 100.00%

houston's Introduction

Houston

From the website: Houston provides you with a central command center for your local and cloud-based web systems and gives you the ability to integrate best-of breed technologies like Drupal, Alfresco, and Salesforce.com, into a single cohesive and powerful application.

Houston provides a central command center for all of your cloud connected applications. Houston allows you to create your ideal data model and then map your objects, fields and files to remote systems. This ensures that your data is always up to date and that you are never caught with any vender lock in. Houston was designed from the ground up with robustness and reliability in mind.

For more general information, see the website.

For Developers

Houston is a PHP application that can be used to synchronize data. A slightly modified version is already being used in production, but what is currently contained in this repository is a alpha release of a generalized version.

Houston is a data transformation and synchronization framework that has support baked in for pulling and pushing data to and from other services (to date we have only released Salesforce and Drupal integration code), a sophisticated job queue for fault tolerance, and a parent child model that make complex data structures easier to work with across systems. Houston tries to take the repetitive tasks out of the equation while leaving all of the methods to you for further overriding. It doesn't have an installer, just MySQL dumps for structure and it doesn't have an interface or documentation at all, yet.

Currently this release of Houston can manage updating nodes in one instance of Drupal 6 and objects in Salesforce, though any number of Drupal (or other) sites can read the data from a central location. Plans for using Services module to accommodate updating multiple Drupal sites over web services are in the works.

Installation

  1. Read all of the code. This code is pre-alpha and there are lots of TODO's you should probably know about.
  2. Import the houston_variables and houston_queue tables into the db you plan to use.
  3. Add Houston's /lib folder to your php includes file.
  4. Ensure that you have defined Houston's constants prior to loading Houston data objects.
  5. If you plan to use Houston with Salesforce, download the Salesforce phptoolkit and place it inside Controllers/Salesforce
  6. Download the Zend Framework and place it in the lib folder in a folder called 'Zend'
  7. If you're using Drupal 6, create a symlink from sites/all/modules/houston to the drupal_modules folder

Code like this should be placed somewhere before you start trying to load houston objects (in Drupal, probably in settings.php) is required.

<?php
define("HOUSTON_DB", 'your_db');
// Note:  If you have a different base directory, then change this.
define("HOUSTON_BASE_DIR", '/var/www/houstons_parent_dir');
set_include_path(get_include_path() . PATH_SEPARATOR . HOUSTON_BASE_DIR . '/houston/lib');
?>

After that, you can start writing your data objects based on the WidgetCo example found in /lib/Houston/Extensions/Wdigetco to model your data and then use the helper function in the houston module (or copy it into your php app) as a factory function to load you data objects.

houston's People

Contributors

kleinmp avatar tizzo avatar

Stargazers

 avatar Shadab Shamsi avatar What's in a name? avatar Vincent Varisano avatar Gregory Eve avatar Elmer Masters avatar david (he/him) avatar Benjamin avatar Desmond Morris avatar BOA Dev Team avatar Joe Stewart avatar Lev Tsypin avatar J. Felix Etcetera avatar Kelly Bell avatar

Watchers

Squiggy Rubio avatar George Matthes avatar Jody Hamilton avatar Nick Lewis avatar Michael Bagnall avatar Alban Bailly avatar Troy Shields avatar Steve Karsch avatar Jason Moore avatar Sean Wolfe avatar Jonathan DeLaigle avatar James Cloos avatar James Cole avatar  avatar  avatar Thomas Taylor avatar Kelly Beck avatar Andrew Rosborough avatar mister. jones avatar Dmitry Sumaroka avatar  avatar Allie Ray Jones avatar Allison Law avatar Jason Oscar avatar  avatar  avatar Sara avatar  avatar  avatar Sue Spolan avatar  avatar Lauren avatar Madalina C avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.