Skip to content

Commit 0d14496

Browse files
committed
fix: ref dockerfile
1 parent 7d004a7 commit 0d14496

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ FROM rust:latest as builder
22

33
WORKDIR /usr/src/app
44
COPY Cargo.toml Cargo.lock ./
5-
COPY ./ydb ./ydb
6-
COPY ./ydb-grpc ./ydb-grpc
75
RUN \
86
mkdir -v src && \
97
echo "fn main() {println!(\"Building dependencies...\");}" > src/main.rs && \

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# URL shotener with YDB
2+
3+
This project implements a link shortener in the language of Rust and YDB as Data storage platform.
4+
The YDB used for store link as row oriented store and column oriented store for visits.
5+
The operation of adding statistics is implemented via async producer and consumer under YDB topics.
6+
7+
## Technologies
8+
9+
- Rust
10+
- YDB
11+
- Docker

0 commit comments

Comments
 (0)