Skip to content

albertjan/oxen

This branch is 7 commits behind fsprojects-archive/zzarchive-oxen:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Albert-Jan Nijburg
Sep 14, 2015
64399dd · Sep 14, 2015
Nov 19, 2014
Apr 13, 2015
Jul 28, 2015
Oct 14, 2014
Aug 26, 2015
Sep 14, 2015
Sep 14, 2015
Oct 14, 2014
Aug 20, 2015
Jul 28, 2015
Apr 11, 2015
Sep 14, 2015
Sep 14, 2015
Nov 25, 2014
Apr 13, 2015
Jul 29, 2015
Apr 13, 2015
Aug 20, 2015
Aug 20, 2015
Aug 25, 2015

Repository files navigation

Build status Build Status

Oxen

like bull but functional

An implementation of the redis queue bull in f#.

Why oxen

If you want easy persistant queues to communicate between processes over networks or time. Between .NET and node. You can use oxen and bull.

Resources

  • There's a website: here
  • And the docs: here

Licences

MIT

Contributing

Building

prerequisites

mac & linux windows
mono ✔️
redis ✔️
node ✔️ ✔️

commands

On mac and linux:

redis-server &
./build.sh

On windows:

.\build.cmd

committing

  • Make sure you make a feature branch.
  • Make sure all tests pass after your changes.
  • Make sure your branch is rebased on the master branch
  • Do a PR on github
  • Write a little story about what you added/changed/fixed.
  • Profit!

Maintainers

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

About

fsharp implementation of bull.js redis queue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • F# 89.4%
  • C# 8.5%
  • Other 2.1%