Skip to content

Update docs for trillian #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ Thumbs.db

# Editor backup files #
#######################
*~
*~


# IDE #
#######################
.vscode
Binary file modified source/_static/img/dbom-node-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions source/key-concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,20 @@ Agents can be created for
- Private DLTs (Eg. Hyperledger Fabric, Corda Enterprise e.t.c)
- Public DLTs (Eg. The IOTA Tangle, Ethereum)
- Traditional Datastores (Eg. MongoDB, PostgreSQL e.t.c)
- Transparency Logs (Eg. Trillian_)

.. _Trillian: https://github.com/google/trillian
==========
Extensions
==========

Extensions allow of other supply chain solutions to store and access data from a DBoM.

The currently supported extensions are:

- in-toto_

.. _in-toto: https://github.com/in-toto/in-toto


========================
Expand Down