Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kostiantyn-matsebora committed Nov 29, 2024
1 parent ff5f075 commit 8660118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ Also add implementations of particular storage, such as:
- [x] [`PostgreSQL`](https://www.postgresql.org/)
- [ ] [`Azure SQL`](https://azure.microsoft.com/en-us/services/sql-database/)
- [ ] [`MySQL`](https://www.mysql.com/)
- [ ] [`NoSQL`] based DBMS:
- [x] [`NoSQL`] based DBMS:
- [x] [`Apache Cassandra`]
- [x] [`Azure Cosmos DB for Apache Cassandra`]

## Roadmap

- [ ] Composite stream identifier
- [ ] Custom event properties (?).
- [ ] External transaction support (?).
- [ ] Transactional outbox pattern implementation (?).
Expand Down Expand Up @@ -201,7 +202,7 @@ Example projects provides a simple console application that demonstrates how to

For getting all running options simply run the application with `--help` argument.

For configuring application via configuration file, create `appsettings.Debug.json` file.
For configuring application via configuration file, create `appsettings.Development.json` file.

## Create your own storage implementation

Expand Down
1 change: 1 addition & 0 deletions src/StreamStore.NoSql.Cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ How to use [StreamStore] in your application code you can find on StreamStore [p
## Example

You can find an example of usage in the [StreamStore.NoSql.Example](https://github.com/kostiantyn-matsebora/streamstore/tree/master/src/StreamStore.NoSql.Example) project.
More informatio about how example application works you can find in [StreamStore](https://github.com/kostiantyn-matsebora/streamstore/tree/master/#example) documentation.

### Testing

Expand Down

0 comments on commit 8660118

Please sign in to comment.