diff --git a/docs/about.md b/docs/about.md index b666f2886c..cb61ef8bb2 100644 --- a/docs/about.md +++ b/docs/about.md @@ -21,7 +21,7 @@ import Tweet from 'vue-tweet' | Authored by | Published on | | ----------- | ------------ | -| [James Arthur](https://electric-sql.com/about/team#kyle) | 17th July 2024 | +| [James Arthur](https://electric-sql.com/about/team#james) | 17th July 2024 |
[`electric-next`](https://github.com/electric-sql/electric-next) is an experimental new approach to building ElectricSQL. @@ -64,14 +64,14 @@ To go from core database replication technology to a viable solution for buildin
Schema evolution diagramme from the previous - + architecture page.
Coming from a research background, we wanted the system to be optimal. As a result, we often picked the more complex solution from the design space and, as a vertically integrated system, that solution became the only one available to use with Electric. -For example, we designed the [DDLX rule system](https://electric-sql/docs/api/ddlx) in a certain way, because we wanted authorization that supported finality of local writes. However, rules (and our rules) are only one way to do authorization in a local-first system. Many applications would be happy with a simpler solution, such as Postgres RLS or a server authoritative middleware. +For example, we designed the [DDLX rule system](https://electric-sql.com/docs/api/ddlx) in a certain way, because we wanted authorization that supported finality of local writes. However, rules (and our rules) are only one way to do authorization in a local-first system. Many applications would be happy with a simpler solution, such as Postgres RLS or a server authoritative middleware. These decisions not only made Electric more complex to use but also more complex to develop. Despite our best efforts, this has slowed us down and tested the patience of even the most forgiving of our early adopters. @@ -194,7 +194,7 @@ The previous Electric supported a single primary write-path pattern — [wri
Data flow diagramme from the previous - + architecture page.