Skip to content

dancantos/arrai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arrai

Go build status

The ultimate data engine.

Installation

Install Go, then:

$ go get github.com/arr-ai/arrai/arrai
$ go install github.com/arr-ai/arrai/arrai
$ arrai -h

Evaluate an expression

$ arrai eval '41 + 1'

Transform a stream of values

$ echo {0..10} | arrai transform '2^.'

Use ax as shorthand for arrai transform:

$ ln -s arrai "$GOPATH/bin/ax"
$ echo {0..10} | ax '2^.'

Start a server

$ arrai serve --listen localhost

Observe a server

$ arrai observe localhost '$'

Update a server

$ arrai update localhost '{a: {|1, 2, 3|}, b: "hello"}'

About

The ultimate data engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%