Skip to content

ugol/gamel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamel

Gamel is an experimental framework to reimplement most of Apache Camel in Go.

	context := core.NewGamelContext()
	route, _ := core.NewRouteBuilder(context).
		From("timer:tick?period=2000").
		To("log:INFO").
		Build()

	context.AddRoute(route)
	context.Start()

	time.Sleep(20 * time.Second)
	context.Stop()

About

Camel experiments in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages