Skip to content

Commit

Permalink
Add a link to Bemi Slack, mention collapsed diffs in Browser UI
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Jul 1, 2024
1 parent f0aea94 commit c00adf1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
·
<a href="https://github.com/BemiHQ/bemi/issues/new">Request Feature</a>
·
<a href="https://discord.gg/mXeZ6w2tGf">Discord</a>
<a href="https://join.slack.com/t/bemi-community/shared_invite/zt-2lv5jlg84-a4d6t7~5Zef~N9FRWgXhbw">Slack</a>
·
<a href="https://twitter.com/BemiHQ">Twitter</a>
·
Expand Down Expand Up @@ -46,7 +46,7 @@ Bemi automatically tracks database changes ensuring 100% reliability and a compr
There's a wide range of use cases that Bemi is built for! The tech was initially built as a compliance engineering system for fintech that supported $15B worth of assets under management, but has since been extracted into a general-purpose utility. Some use cases include:

- **Audit Trails:** Use logs for compliance purposes or surface them to customer support and external customers.
- **Streaming:** Real-time data stream to an application.
- **Streaming:** Real-time data stream to an application.
- **Time Travel:** Retrieve historical data without implementing event sourcing.
- **Troubleshooting:** Identify the root cause of application issues.
- **Change Reversion:** Revert changes made by a user or rollback all data changes within an API request.
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ keywords: ['Bemi Changelog', 'Bemi New Features', 'Postgres Audit Trails', 'Chan

## 2024-06

* Dashboard
* Collapse diffs hiding unchanged values by default
* Platform
* Enable tracking changes from non-`public` PostgreSQL schemas
* Allow setting ignore-change column rules across all tables, such as `*.updatedAt`
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ const config: Config = {
href: "https://github.com/BemiHQ/bemi",
},
{
label: "Discord",
href: "https://discord.gg/mXeZ6w2tGf",
label: "Slack",
href: "https://join.slack.com/t/bemi-community/shared_invite/zt-2lv5jlg84-a4d6t7~5Zef~N9FRWgXhbw",
},
],
},
Expand Down

0 comments on commit c00adf1

Please sign in to comment.