Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
After implementing the dao APIs for mysql and mongodb, I now want to implement the redis implementation.
After long analysis and thinking how to implement the dao-framework for redis and mongodb, I found the solution for mongo, using superstruct and a picker-library for the schema. This already allow me do implement the tmongodao module.
The problem to implement the framework for mongo, was to define schemas. Redis has more limitations. In redis different fields can not be indexed by activating the index. So with tredisdao I want to use the same schema. I also want to define what fields should be indexed for searching. so the framework can handle the indexing. The best I can do now, is to change that limitation into the advantage. now I plan that every index can be on its own redis-db-server. In that way, one machine only need to store the data, it can serve them very fast using the ID. The Id can be found from other redis-db-server. it will increase networking at the app-server, but reduce the load on the actual Database. and as the Database is the part in an App that is most difficult to scale, I consider this design decison for very good.
FAQs
use redis as your main database
The npm package tredisdao receives a total of 0 weekly downloads. As such, tredisdao popularity was classified as not popular.
We found that tredisdao demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.