gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-marketing] branch master updated (05278b1 -> bdab660)


From: gnunet
Subject: [taler-marketing] branch master updated (05278b1 -> bdab660)
Date: Sun, 17 Jan 2021 19:49:46 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository marketing.

    from 05278b1  layout
     new f87eeb0  part numbers
     new bdab660  high-level deployment plan

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 presentations/bank/bank.tex | 26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

diff --git a/presentations/bank/bank.tex b/presentations/bank/bank.tex
index 7693074..369af68 100644
--- a/presentations/bank/bank.tex
+++ b/presentations/bank/bank.tex
@@ -208,11 +208,13 @@ GNU Taler must ...
  \node (corebanking) [def, draw, below left=of nexus] {Core Banking};
  \node (nginx) [def, draw, above=of exchange]{Nginx};
  \node (postgres) [def, draw, below left=of exchange]{Postgres};
+ \node (postgres-nexus) [def, draw, below right=of nexus]{Postgres};
 
  \tikzstyle{C} = [color=black, line width=1pt]
 
  \draw [<-, C] (exchange) -- (nginx) node [midway, above, sloped] (TextNode) 
{REST API};
  \draw [<-, C] (postgres) -- (exchange) node [midway, above, sloped] 
(TextNode) {SQL};
+ \draw [<-, C] (postgres-nexus) -- (nexus) node [midway, above, sloped] 
(TextNode) {SQL};
  \draw [<-, C] (nexus) -- (exchange) node [midway, above, sloped] (TextNode) 
{Internal REST API};
  \draw [<-, C] (corebanking) -- (nexus) node [midway, above, sloped] 
(TextNode) {EBICS/FinTS};
 
@@ -315,13 +317,27 @@ GNU Taler must ...
 \end{center}
 \end{frame}
 
+\begin{frame}
+\frametitle{High-level Deployment Recipe}
+\dots as a bank
+\begin{enumerate}
+  \item Create an escrow bank account for the exchange with EBICS access
+  \item Provision offline signing machine (or account during testing)
+  \item Provision two PostgreSQL databases (for LibEuFin nexus and exchange)
+  \item Provision user-facing exchange service and helper processes
+  \item Provision LibEuFin Nexus (connected to escrow account and providing
+    an internal API to the exchange)
+  \item Test using the ``taler-wallet-cli``
+\end{enumerate}
+\end{frame}
+
 
 \section{Integration with the core banking system}
 
 \begin{frame}
   \vfill
   \begin{center}
-    {\bf Part ??: Integration with the core banking system}
+    {\bf Part II: Integration with the core banking system}
   \end{center}
   \vfill
 \end{frame}
@@ -435,7 +451,7 @@ of the Taler Wire Gateway exist:
 \begin{frame}
   \vfill
   \begin{center}
-    {\bf Part II: Operator security considerations}
+    {\bf Part III: Operator security considerations}
   \end{center}
   \vfill
 \end{frame}
@@ -615,7 +631,7 @@ General notions:
 \begin{frame}
   \vfill
   \begin{center}
-    {\bf Part III: Deployment}
+    {\bf Part IV: Deployment}
   \end{center}
   \vfill
 \end{frame}
@@ -797,7 +813,7 @@ Key import and installation:
 \begin{frame}
   \vfill
   \begin{center}
-    {\bf Part IV: Integration}
+    {\bf Part V: Integration}
   \end{center}
   \vfill
 \end{frame}
@@ -920,7 +936,7 @@ Key import and installation:
 \begin{frame}
   \vfill
   \begin{center}
-    {\bf Part V: Go to market strategy}
+    {\bf Part VI: Go to market strategy}
   \end{center}
   \vfill
 \end{frame}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]