-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Started Guide 🎉 #530
Conversation
Created a Getting Started Guide
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #530 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 341 341
=========================================
Hits 341 341 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@cprendergast19 - this is really great progress so far. I think the next step after namespaces is to now take this code and add in compression using compress-gzip as an example. https://github.com/jaredwray/keyv/tree/main/packages/compress-gzip After that it would be really cool to show that with this code example we an do |
Updates made basted on feedback from Jared.
Added Sections 6 and 7 Compression and Caching
Added example to #3.
Updated example
@jaredwray I've made all the updates based on the feedback so far. |
Updated the title of #7
Created a Getting Started Guide
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
for issue / feature #401