Skip to content

andrewemeryanz/arrai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arrai

Go build status

The ultimate data engine.

Installation

Install Go, then:

go get -v -u github.com/arr-ai/arrai/cmd/arrai
arrai -h

Evaluate an expression

arrai eval '41 + 1'

See the Introduction to Arr.ai to learn more about the arr.ai language.

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"}'

Arrai Examples

  1. Snippets
  2. More complete examples

About

The ultimate data engine.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%