Skip to content

Commit

Permalink
add new features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Oct 18, 2023
1 parent 04b0716 commit ead976d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tardis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,19 @@ Do NOT use in production environment!**
* ``reldb-sqlite`` relational database with sqlite driver
* ``reldb`` relational database with postgres/mysql/sqlite drivers
* ``web-server`` web service operations(based on [Poem](https://github.com/poem-web/poem))
* ``web-server-grpc`` grpc web service based on [Poem](https://github.com/poem-web/poem)
* ``web-client`` web client operations
* ``ws-client`` webscoket client operations
* ``cache`` cache operations
* ``mq`` message queue operations
* ``mail`` mail send operations
* ``os`` object Storage operations
* ``test`` unit test operations
* ``tracing`` trace operations
* ``tracing`` open telemetry support
* ``tokio-console`` console subscriber layer supported by [tokio-console](https://github.com/tokio-rs/console)
* ``tracing-appender`` write log into file periodically.
* ``cluster`` work with tardis cluster
* ``k8s`` k8s support for cluster

## 🚀 Quick start

Expand Down

0 comments on commit ead976d

Please sign in to comment.