Skip to content

Commit

Permalink
Add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsinjars authored Jun 29, 2024
1 parent 270d1f6 commit d48a4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# komment document store

[![Node.js CI](https://github.com/komment-ai/document-store/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/komment-ai/document-store/actions/workflows/unit-tests.yml)

A utility to manage 'chunking' a large array of file data into multiple smaller, indexed array with a quick lookup. Use it on the backend to manage storing and saving against a remote file store (such as a git repo or S3) and use it on the frontend to optimize caching and reduce file retrieval times.

![Storage to DocumentStore](docs/storage.png)
Expand Down

0 comments on commit d48a4d2

Please sign in to comment.