Skip to content

Commit 3922a1d

Browse files
author
artemiev_a
committedNov 23, 2020
+ d-comp SEDA and Apache NiFi added
1 parent 9156ff9 commit 3922a1d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
 

‎distributed-comp/info.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ Jerzy Brzezinski, Michal Szychowiak
77
SELF-STABILIZATION IN DISTRIBUTED SYSTEMS – A SHORT SURVEY
88
https://pdfs.semanticscholar.org/0c2c/91ef01eedabe6d1bebeb8173dc4518492690.pdf
99

10+
2.Concurrency models
11+
12+
Matt Welsh, David Culler, and Eric Brewer
13+
SEDA: An Architecture for Well-Conditioned, Scalable Internet Services
14+
https://www.mdw.la/papers/seda-sosp01.pdf
15+
1016
Authors
1117
-------
1218

1319
Shay Kutten, Technion – Israel Institute of Technology
1420
https://compsciclub.ru/teachers/5717/
15-
https://compsciclub.ru/courses/csseminar/2019-autumn/about/
21+
https://compsciclub.ru/courses/csseminar/2019-autumn/about/

‎distributed-comp/streaming.md

+7
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@ Solutions
2323

2424
- https://flume.apache.org/
2525

26+
6.Apache NiFi
27+
28+
- to automate the flow of data between systems
29+
- Apache Zookeeper elects a single node as the Cluster Coordinator, and failover is handled automatically
30+
- preferred communication protocol between NiFi instances is the NiFi Site-to-Site (S2S) Protocol
31+
- Both the socket based protocol and HTTP(S) protocol are supported in S2S as the underlying transport protocol
32+
2633
Authors
2734
-------

‎papers/seda-sosp01.pdf

299 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.