Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

oracle/speedle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1643d90 · Jan 26, 2020
Mar 26, 2019
Mar 26, 2019
Apr 22, 2019
Mar 26, 2019
Apr 17, 2019
Mar 26, 2019
Jul 30, 2019
Aug 14, 2019
Apr 8, 2019
Apr 1, 2019
Mar 26, 2019
Apr 4, 2019
Apr 28, 2019
Mar 26, 2019
Mar 26, 2019
Mar 26, 2019
Jan 26, 2020
Jan 21, 2020
Apr 11, 2019
Apr 15, 2019
Mar 26, 2019
Mar 26, 2019
Mar 26, 2019

Wercker status

中文版

Speedle

Speedle is a general purpose authorization engine. It allows users to construct their policy model with user-friendly policy definition language and get authorization decision in milliseconds based on the policies. Speedle is very user-friendly, efficient, and extremely scalable.

Speedle open source project consits of a policy definition language, policy management module, authorization runtime module, commandline tool, and integration samples with popular systems.

Documentation

Latest documentations are available at https://speedle.io/docs.

Get Started

See Getting Started at https://speedle.io/quick-start/.

Build

Prerequisites

Step

$ go get github.com/oracle/speedle/cmd/...
$ ls $GOPATH/bin
spctl  speedle-ads  speedle-pms

Test

$ cd $GOPATH/src/github.com/oracle/speedle
$ make test

Get Help

Get Involved