GithubHelp home page GithubHelp logo

begamache / excavator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kingdomfirst/excavator

0.0 1.0 0.0 131.18 MB

An app to convert data into Rock RMS from other church management systems.

C# 100.00%

excavator's Introduction

Welcome to Excavator!

Build Status: Stories in Ready

Excavator converts data into Rock RMS from other church management systems.

Imports from FellowshipOne and CSV are currently supported. A port for Arena ChMS is in active development.

What You'll Need To Get Started

  • A local or hosted version of Rock
  • A login to the Rock SQL database
  • Your old database in a supported format
  • Excavator files( see below for download )

Downloads

What If I Have A Problem?

  • If you have a problem with the import, please file an issue on Github: Excavator Issues
  • Please include the type of import (F1 or CSV) in the title and your Windows environment settings in the body.
  • Example issue: "CSV: Can't import prefix with special characters"

Please note that the master branch contains fully-tested code; develop branch is beta/in-progress.

========= Extending/Adding other database models:

Simple version:

  1. Download the zipped copy of Excavator from GitHub and rewrite the Excavator.Example project
  2. Build or copy the compiled library (Excavator.Example.dll) to Excavator\bin or Excavator\Extensions
  3. Run Excavator and select your new database component from the list on the first page

Advanced version:

  1. Download the zipped copy of Excavator from GitHub
  2. Add a new Class Library that extends the base ExcavatorComponent class
  3. Add a reference to Excavator (from Solutions\Projects)
  4. Add references to all the packages inside Excavator\Packages and set their "Copy Local" property to false.*
  5. Set the FullName of your specific database model
  6. Implement the TransformData method inside your new ExcavatorComponent
  7. Build or copy the compiled library (.dll) to Excavator\bin or Excavator\Extensions
  8. Run Excavator and select your new database component from the list on the first page

* If you use additional references, set "Copy Local" to true. Copy the additional .dll to your server for Excavator to run.

========= Licensed under the Apache License, Version 2.0. You may not use this application except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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.