![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/chop-dbhi/origins
Origins is an open source bi-temporal database for storing and retrieving facts about the state of things. It supports "time-travel" queries, aggregate views, and change detection.
Run in-memory Origins HTTP service.
docker run -p 49110:49110 dbhi/origins http
Use the BoltDB storage engine with a volume.
docker run \
-p 49110:49110 \
-v <host-dir>:/data \
dbhi/origins http \
--storage=boltdb \
--path=/data/origins.boltdb
Install Go
brew
on OS X.
brew install go
Otherwise follow these instructions.
Install Go dependencies
make install
Ensure the test dependencies are installed:
make test-install
Then run:
make test
To the build the origins
command in ./cmd/origins
locally, simply run:
make build
To build binaries for each platform, ensure the build dependencies are installed:
make build-install
Then run:
make build
FAQs
Unknown package
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.