TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Remote Ramdisk (Based on NBD)

2 点作者 shagbag5 个月前

1 comment

shagbag5 个月前
Hi,<p>I&#x27;ve been looking for a product I could create that takes advantage of my colo server with 1 TB of ram.<p>Introducing: mach3db Remote Ramdisk!<p>It uses nbd-server on the backend to allow users to read and write directly to my enormous ramdisk.<p>Automatic backups from ram to Amazon S3 are available as well.<p>On the client side, it is easy to connect with nbd-client.<p>--<p>Security is implemented in two different ways:<p>1. nbd-server identifies clients by IP address.<p>2. Clients can encrypt their files before writing them to Remote Ramdisk.<p>--<p>To make #2 easier, I&#x27;ve released pickle-database on GitHub.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;mach3db&#x2F;pickle-database">https:&#x2F;&#x2F;github.com&#x2F;mach3db&#x2F;pickle-database</a><p>Simply pass a fernet key to the constructor and all file transfers become encrypted with zero additional effort.<p>You can save any Python3 object with minimal effort!<p>--<p>Please let me know what you think.<p>Email james at mach3db.com for a free trial.<p>Thanks!
评论 #42752120 未加载