Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Feb 19, 2022
1 parent 0f408c6 commit 2851a87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### 1.0.0
### 1.0.0 (2022-02-18)
* Update: Old repo moved to legacy branch, new version (1.X) created.
* Feature: Support for public channels on Redis and Mongo
* Bugfix: Input validation, remove unused callbacks from Feed.
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.9-buster
FROM python:3.9-slim-bullseye

RUN apt install gcc git
RUN apt update
RUN apt install gcc git -y

RUN pip install --no-cache-dir cython
RUN pip install --no-cache-dir cryptofeed
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ A storage engine for cryptocurrency data, Cryptostore is an application wrapper

This project assumes familiarity with Docker, but some basic commands are available to get you started below.

### Using a Prebuilt Container Image

Docker images are hosted in GitHub and can be pulled using the following command:

```
docker pull ghcr.io/bmoscon/cryptostore:latest
```

### To Build a Container

`docker build . -t "cryptostore:latest"`
Expand Down

0 comments on commit 2851a87

Please sign in to comment.