Skip to content

faizhasim/spike-rules-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spike-rules-engine CircleCI

Prerequisite

  • MySQL 5.6 (tested)
  • sbt

Getting Started

Running or Developing on your own machine with your own mysql

  1. Create DB

     create database goatzilla DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    
  2. Run

     sbt run
    

To run:

    curl -o- https://raw.githubusercontent.com/faizhasim/spike-rules-engine/master/hack/runviadocker.sh | bash

To tear down resources created by script above:

    curl -o- https://raw.githubusercontent.com/faizhasim/spike-rules-engine/master/hack/teardowndockerresources.sh | bash

CI/CD

This project is build on CircleCI based on pipeline in .circleci/config.yml.

About

spike-rules-engine inspired by goatzilla

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published