-
Notifications
You must be signed in to change notification settings - Fork 0
Protocol
Sebastiaan Mannem edited this page May 14, 2016
·
1 revision
There is much thought about protocol's that can and should be used. The following should be possible:
- One implementation for alle communication between all microservices
- Management and control
- Read and change configuration of the Koios cluster
- Read status of components
- Trigger data sync and rebalancing
- Data communication per record
- Data communication for total recordset (bulk)
- Security
- Handshake channel security
- Communication isolation
- Authentication and authorization with low footprint
- Stateless layer 3, but statefull sessions with longer duration
- REST/json
- The SQLwire protocol of postgres
- a custom protocol
- we need a good REST implementation for C (given that basic coding will be done in C).
- REST is optimized for stateless, where koios might not be.