Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Aug 6, 2024
1 parent 2534013 commit 4cc1550
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a href="https://x.com/ElectricSQL" target="_blank"><img src="https://img.shields.io/twitter/follow/ElectricSQL.svg?style=social&label=Follow @ElectricSQL"></a>
</p>

# Electric Next
# Electric

Your Postgres data, in sync, wherever you need it.

Expand All @@ -33,14 +33,14 @@ Your Postgres data, in sync, wherever you need it.
- [Docs](https://next.electric-sql.com)
- [Examples](./examples)

## What is Electric Next?
## What is Electric?

This is a clean rebuild of the [ElectricSQL](https://electric-sql.com) sync engine. One that's informed by the lessons learned building the [previous system](https://github.com/electric-sql/electric). See
James' blog post for background on the change: https://next.electric-sql.com/about
Electric provides an [HTTP API](https://next.electric-sql.com/api/http) for syncing [Shapes](https://next.electric-sql.com/guides/shapes) of data from Postgres. This can be used directly or via [client libraries](https://next.electric-sql.com/api/clients/typescript) and [connectors](https://next.electric-sql.com/api/connectors/react).

It provides an [HTTP API](https://next.electric-sql.com/api/http) for syncing [Shapes](https://next.electric-sql.com/guides/shapes) of data from Postgres. This can be used directly or via [client libraries](https://next.electric-sql.com/api/clients/typescript) and [connectors](https://next.electric-sql.com/api/connectors/react).
### This looks a bit different than the last time I visited?

It's also simple to [write your own client](https://next.electric-sql.com/guides/write-your-own-client) in any language.
We started a clean rebuild of the sync engine in July 2024. One that's informed by the lessons learned building the [previous system](https://github.com/electric-sql/electric-old). See
James' blog post for background on the change: https://next.electric-sql.com/about

## Getting Started

Expand Down

0 comments on commit 4cc1550

Please sign in to comment.