Skip to content

Commit

Permalink
Remove logo and tweak README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lomigmegard committed Mar 5, 2024
1 parent 8ad8e10 commit 7b29299
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
![Pekko Persistence Postgres](./docs/assets/project-logo.png)

[![License](https://img.shields.io/:license-Apache%202-red.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![Actions Status](https://github.com/SwissBorg/pekko-persistence-postgres/workflows/Scala%20CI/badge.svg)](https://github.com/SwissBorg/pekko-persistence-postgres/actions)

> [!WARNING]
> This Pekko fork is a work in progress.
The Pekko Persistence Postgres plugin allows for using [PostgreSQL 11](https://www.postgresql.org/) and [Amazon Aurora](https://aws.amazon.com/rds/aurora/) databases as backend for Pekko Persistence and Pekko Persistence Query.
The Pekko Persistence Postgres plugin allows for using [PostgreSQL](https://www.postgresql.org/) and [Amazon Aurora](https://aws.amazon.com/rds/aurora/) databases as backend for Pekko Persistence and Pekko Persistence Query.

It’s been originally created as a fork of [Akka Persistence JDBC plugin](https://github.com/akka/akka-persistence-jdbc), focused on PostgreSQL features such as partitions, arrays, BRIN indexes and others.
The first version was also based on Akka, and was named [akka-persistence-postgres](https://github.com/SwissBorg/akka-persistence-postgres).

The main goal is to keep index size and memory consumption on a moderate level while being able to cope with an increasing data volume.

Expand Down
Binary file removed docs/assets/project-logo.png
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: About the plugin
nav_order: 0
---

![Pekko Persistence Postgres]({{ 'assets/project-logo.png' | absolute_url }})

The Pekko Persistence Postgres plugin allows for using Postgres database as backend for [Pekko Persistence](https://pekko.apache.org/docs/pekko/current/typed/persistence.html) and [Pekko Persistence Query](https://pekko.apache.org/docs/pekko/current/persistence-query.html).

pekko-persistence-postgres writes journal and snapshot entries to a configured PostgreSQL store. It implements the full pekko-persistence-query API and is therefore very useful for implementing DDD-style application models using Pekko and Scala for creating reactive applications.
Expand Down

0 comments on commit 7b29299

Please sign in to comment.