![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.
bitabase-gateway
Advanced tools
[![Build Status](https://travis-ci.org/bitabase/bitabase-gateway.svg?branch=master)](https://travis-ci.org/bitabase/bitabase-gateway) [![David DM](https://david-dm.org/bitabase/bitabase-gateway.svg)](https://david-dm.org/bitabase/bitabase-gateway) ![GitHu
This is a very early attempt at the gateway server.
Running the following:
npm install --global bitabase-gateway
bitabase-gateway --help
Will output the below:
📦 Bitabase-Gateway - v1.5.1
The scalable, sharded database engine.
https://docs.bitabase.com
The following commands and arguments are available when starting Bitabase
Commands:
start Start the bitabase gateway stack
--bind-host Hostname to bind server to (default: 0.0.0.0)
--bind-port Port to bind server to (default: 8001)
--rqlite-addr Path to contact rqlite
--secret The internal request secret
--account-mapper The regex to take the account from the incoming host (default: (.*).bitabase.test)
No command specified
You can start a bitabase gateway server by running:
bitabase-gateway start
const bitabaseServer = require('bitabase-gateway/server');
const server = bitabasegateway({
bindHost: '0.0.0.0'
});
server.start();
All requests are proxied through to the database servers based on the database stored in the hostname:
https://:databaseName.bitabase.com
Method | Path | Description | |
---|---|---|---|
Records Records are stored in a collection and must adhere to the schema | |||
1.1 | GET | /:collectionId | Search through records |
This project is licensed under the terms of the AGPL-3.0 license.
FAQs
[![Build Status](https://travis-ci.org/bitabase/bitabase-gateway.svg?branch=master)](https://travis-ci.org/bitabase/bitabase-gateway) [![David DM](https://david-dm.org/bitabase/bitabase-gateway.svg)](https://david-dm.org/bitabase/bitabase-gateway) ![GitHu
The npm package bitabase-gateway receives a total of 0 weekly downloads. As such, bitabase-gateway popularity was classified as not popular.
We found that bitabase-gateway 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
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.