deft/notes/toward_iroh_2_0.org
Yann Esposito (Yogsototh) 0110eee062
save
2024-02-01 15:16:14 +01:00

917 B

Toward IROH 2.0

tags
source

Global changes

  • Monolith repository vs micro services
  • How to slowly migrate?

Code organization:

  1. Keep Monolith?

    • Good:

      • easy to make global change
      • easier to secure and maintain libs.
      • huge battle tested toolset (it simply works)
    • Bad:

      • harder to change lib
      • harder to experiment

Ideas:

Isolate part of the code which has been very stable for a few years. Keep it as IROH-Core.

Support a way to add services using this core.

Connection?

  • RAM (require iroh-core….)

    • force usage of exactly the same libs