Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
bitabase-manager
Advanced tools
[![Build Status](https://travis-ci.org/bitabase/bitabase-manager.svg?branch=master)](https://travis-ci.org/bitabase/bitabase-manager) [![David DM](https://david-dm.org/bitabase/bitabase-manager.svg)](https://david-dm.org/bitabase/bitabase-manager) ![GitHu
This is a very early attempt at an accounts management service.
Running the following:
npm install --global bitabase-manager
bitabase-manager --help
Will output the below:
📦 Bitabase-Manager - v2.2.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 manager 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
--allow-cross-origin-domain Allow a domain to bypass cross origin domain controls
--password-hash-iterations The iterations for the password hashing algorithm to use (default: 372791)
No command specified
You can start a bitabase server by running:
bitabase-manager start
const bitabaseServer = require('bitabase-manager/server');
const server = bitabaseManager({
bindHost: '0.0.0.0'
});
server.start();
Method | Path | Description | |
---|---|---|---|
User Users are entities that can login to the manager api | |||
1.1 | POST | /v1/users | Create a new user |
Sessions Sessions are created by users when they login | |||
2.1 | POST | /v1/sessions | Create a new session by logging in |
2.2 | GET | /v1/sessions/current | Get the user from the current session |
Databases Databases are owned by one or more users and can store multiple collections | |||
3.1 | GET | /v1/databases | List all databases |
3.2 | POST | /v1/databases | Create a new database |
Collections Collections are owned by a database and store records | |||
4.1 | GET | /v1/databases/:databaseName/collections | List all collections in a database |
4.2 | POST | /v1/databases/:databaseName/collections | Create a new collection in a database |
This project is licensed under the terms of the AGPL-3.0 license.
FAQs
[![Build Status](https://travis-ci.org/bitabase/bitabase-manager.svg?branch=master)](https://travis-ci.org/bitabase/bitabase-manager) [![David DM](https://david-dm.org/bitabase/bitabase-manager.svg)](https://david-dm.org/bitabase/bitabase-manager) ![GitHu
We found that bitabase-manager 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.