There was an error while loading. Please reload this page.
Updated Home (markdown)
do intro and cleanup
Creates the initial draft of the wiki page describing the callback methods. The page presents the details in a different way than the getting started page. This page is intended to give the imformation in an easier to read format rather than a simple step by step getting started document.
do cleanup
create Hints and Tricks
Completes the inital draft of the How Sirius Works page in the wiki. The page covers the underlying algorithms, both Paxos and the catch up algorithm. It also directs readers to the callback function page for the details of the application specific event handler.
Updated Live Compaction (markdown)
add config file links fixed some grammar as well
create Standard Setup section This is just a draft, still needs a lot of work
create outline for deployment page
fix grammar
Merge branch 'master' of https://github.com/Comcast/sirius.wiki
Updated Configuring Sirius (markdown)
Create the wiki page for the transaction log. The wiki page for the transaction log gives an overview of the transaction log functionality that Sirius needs to function properly. The page describes the trait SiriusLog and the functionality of the included implementation.
add cluster config details
add Common SiriusConfiguration Options section - removed the topics that were more related to deployment - added section for most common SiriusConfiguration options
create the outline
Created When to use Sirius (markdown)
Created Application Callbacks (markdown)