Skip to content

Commit

Permalink
search: init
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Dec 20, 2022
1 parent 4e20223 commit 5a7fc08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ made along with its context and consequences.
| notify | Send notify to smtp, slack, telegram | Go | [docs](./internal/services/notify/README.md) |
| proxy | Proxy service for redirect to original URL | TypeScript | [docs](./internal/services/proxy/README.md) |
| referral | Referral program | Python | [docs](./internal/services/referral/README.md) |
| search | Search service | Coming soon | [docs](./internal/services/search/README.md) |
| shortctl | Shortlink CLI | Go | [docs](./internal/services/cli/README.md) |
| stats | Stats server | CPP | [docs](./internal/services/stats/README.md) |
| wallet | Wallet service | Go (Solidity) | [docs](./internal/services/wallet/README.md) |
Expand Down
9 changes: 9 additions & 0 deletions internal/services/search/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Search

Service for work with search requests

#### Stack

- ElasticSearch
- API
- gRPC

0 comments on commit 5a7fc08

Please sign in to comment.