Baobab.Interchange (Baobab v0.34.0)

View Source

Functions related to the interchange of Bamboo data with other Bamboo sources

Summary

Functions

Export full store contents to the provided directory

Import and store a list of log entries from their binary format.

Import a bamboo store

Functions

export_store(path)

Export full store contents to the provided directory

Produces:

  • JSON keyfiles for each identity
  • Per clump directories containing
    • a file for each author, log_id pair
    • a JSON metadata file

import_binaries(binaries, options \\ [])

Import and store a list of log entries from their binary format.

import_store(path)

Import a bamboo store

At present this only handles an exported directory as produced by export_store/1