# riaktant **Repository Path**: mirrors_basho/riaktant ## Basic Information - **Project Name**: riaktant - **Description**: A node.js sample app that stores syslog messages in Riak Search - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * riaktant ** Overview This is a sample application that stores syslog messages in [[https://github.com/basho/riak_search][Riak Search]], using [[https://github.com/frank06/riak-js][riak-js]]. Originally created by [[mailto:mathias@basho.com][Mathias Meyer]] and [[mailto:sean@basho.com][Sean Cribbs]] for the "Riak with node.js" Basho webinar, March 15, 2011. ** Install & Run 1) =npm bundle= (installs dependencies) 2) Copy =config/riak.js.example= to =config/riak.js= and tweak to fit your setup. Make sure to have Riak Search installed and running already. 3) =search-cmd set-schema syslog config/syslog_schema.erl= 4) =search-cmd install syslog= 5) Startup the app: =node server.js= 6) Feed some data into the syslog server: =node lib/syslog/producer.js= 7) Search it from the web application: =http://localhost:8001/=