Skip to content

Commit

Permalink
docs: remove spanner references
Browse files Browse the repository at this point in the history
Signed-off-by: iromli <[email protected]>
  • Loading branch information
iromli committed Nov 7, 2024
1 parent 0d62af4 commit 44e1487
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/janssen-server/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configuration tool to perform any other last mile configuration.
## Databases

The Janssen Project gives you a few options to store data: MySQL, Postgres,
Couchbase, Amazon Aurora, and Spanner. You can also configure an in-memory cache
Couchbase, and Amazon Aurora. You can also configure an in-memory cache
server like Redis. Sometimes installation and configuration of this database
is included in the setup process. Sometimes, you need to setup the database
ahead of time. Please refer to the database instructions specific for your
Expand Down
6 changes: 3 additions & 3 deletions docs/janssen-server/planning/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ cluster, it may be convenient to persist the "cache" data in the database.
Janssen Auth Server can use "ephemeral buckets", which exist only in memory,
for caching.

1. **Redis** The best choice if you need a cache service for RDBMS,
or Spanner. Great performance and low cache miss rate. Commercial Redis
supports TLS, which is a good option if you need secure communication.
1. **Redis** The best choice if you need a cache service for RDBMS. Great performance
and low cache miss rate. Commercial Redis supports TLS, which is a good option if you
need secure communication.

1. **Memcached** Still a good choice, especially if that's what you already
run for other applications. We have observed a slightly higher cache miss
Expand Down
4 changes: 0 additions & 4 deletions docs/janssen-server/planning/persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ The main catch is that write operations are limited to one region, with the
ability to failover to another region. But to accomplish this, you need a cloud
engineer to implement it.

1. **Spanner** Google's multi-region cloud database as a service, Spanner
was purpose-built for auto-scaling, and multi-region persistence. It has its own
API, although recently Google added support for MySQL and Postgres drivers.

Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ Note that `_secret` may contain other keys depending on persistence, secrets/con
}
```
1. Persistence is set to `spanner` or secrets/configmaps backend is set to `google`:
1. Secrets/configmaps backend is set to `google`:
```json
"_secret": {
Expand Down

0 comments on commit 44e1487

Please sign in to comment.