Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 371 Bytes

riak_core.md

File metadata and controls

13 lines (10 loc) · 371 Bytes

{{appid}}: A Riak Core Application

Application Structure

This is a blank riak core application. To get started, you'll want to edit the following files:

  • src/riak_{{appid}}_vnode.erl
    • Implementation of the riak_core_vnode behaviour
  • src/{{appid}}.erl
    • Public API for interacting with your vnode