# `Baobab.Interchange`
[🔗](https://github.com/mwmiller/baobab_ex/blob/main/lib/baobab/interchange.ex#L1)

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

# `export_store`

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`

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

# `import_store`

Import a bamboo store

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
