Skip to content

qomarullah/goflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

GoFlow is platform for build custom ordering flow based on predefined format JSON or XML

What Already and Not Yet

  1. Read and parse JSON from file => done
  2. put parameter from request GET => done
  3. Call function by name from json => done:with simple add,sub
  4. Define basic logic function :
  • Break => done
  • If => done
  • loop => done
  1. Read and parse XML => done
  2. Reload config from file/db, put in memmory
  3. Define more function :
  • db
  • http
  • json marshal/unmarshal
  • xml marshal/unmarshal

Installation and Development

  1. install golang
  2. clone this project
  3. go get .
  4. update config in 'conf/App.conf'
  5. run bee run -downdoc=true -gendoc=true or bee run or go run godb.go
  6. test API http://localhost:8080/swagger/
  7. dashboard & monitoring http://localhost:8088

Reference

Tests

Describe and show how to run the tests with code examples.

Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.

License

A short snippet describing the license (MIT, Apache, etc.)

About

Runtime service flow based on JSON or XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages