Skip to content

A tool for Springbot data extraction, transformation, and insertiation

Notifications You must be signed in to change notification settings

sb-archive/frankenbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frankenbot

A tool for Springbot data extraction, transformation, and insertion

You'll need a golang environment on your machine to run the frankenbot. I recommend setting it up with asdf.

Once you have that, all you need to do is:

git clone [email protected]:serracorwin/frankenbot.git
cd frankenbot
rake db:drop
rake db:create
rake db:schema:load
go run *.go /path/to/config.yml

Configuration

The example.yml shows all the required and optional configuration options. All but the filters and since options are required. The way filters work is you first list the table name, then column and replacement pairs. The way since works is you list the table name, then the date field and how far back you want to go.

About

A tool for Springbot data extraction, transformation, and insertiation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages