nova-labs / civicrm-etl_DEPRECATED

Laravel based Extract Transform Load of Spaceman data into Civicrm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built using

About Civic ETL

The basic idea of this is to build a console application that hooks into the legacy Spaceman database. The data is stored in a local database and can be further manipulated and edited. Finally, the data can be loaded into Nova Labs Civicrm instance.

Getting the data out of Spaceman

There are three scripts that are used to pull Users (people table), Groups and Group Membership (people_group).

Editing data

Might be scripts or a web interface

Inserting into Civicrm

Idea is to pull out of the database and push into Civicrm via the API.

Split site development

By putting this code within a database as the transfer platform, the extraction and insertion can be done on different machines, by different people and at different times.

License

The Laravel framework is open-source software licensed under the MIT license.

About

Laravel based Extract Transform Load of Spaceman data into Civicrm


Languages

Language:PHP 97.9%Language:HTML 2.1%