Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
A cloud-based database.
The idea is to create a useful database and document store based on high-level components such as Amazon's S3, SimpleDB and SQS. Although the database may not be the most performant, it should end up being incredibly reliable. And by using AWS services it will be possible to get up and running with nothing more than a set of AWS keys.
To run the tests, copy the config/environment.yaml
file to something suitable, and then set your AWS keys. The name of the file you use should be set in the NODE_ENV
environment variable. For example, if you create a file config/test.yaml
to hold your keys then you can test as follows:
export NODE_ENV=test
mocha
For more information on why that works, see the magical config module.
Alternatively, if using npm test
, then create a config/_default.yaml
file, which looks something like this:
aws:
accessKeyId: '12345678blah'
secretAccessKey: xyzblah
FAQs
Cloud database.
We found that clouddb 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.