Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@getanthill/datastore

Package Overview
Dependencies
Maintainers
1
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getanthill/datastore

Event-Sourced Datastore

  • 0.1.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
732
increased by37.59%
Maintainers
1
Weekly downloads
 
Created
Source

getanthill Datastore

pipeline Quality Gate Status

Coverage Security Rating Reliability Rating

Purpose

This project aims to help developers deploying state-of-the-art Event-Source data models in a unified and standardized way. The Datastore is composed of several parts:

  1. A RESTful API
  2. A SDK to consume this API
  3. A Backoffice to manage data

RESTful API

The RESTful API is fully compliant Open API 3.0. It is exposing standardized routes for models managed by the Datastore such as create, update, etc.

Administrators can access routes dedicated to the Datastore administration on /api/admin once the environment variable flag FEATURE_API_ADMIN=true.

SDK

The SDK is a simple HTTP client helping developers to consume the Datastore APIs from the code. The SDK is for now only available at a low level and in Javascript.

Because the API is Open API 3.0 compliant, any code generator can be used to get a client in your prefered language:

https://openapi-generator.tech/docs/generators

Backoffice

The Backoffice is a User Interface to manage data in your Datastore. To activate this feature, you must set the environment variable flag FEATURE_BACKOFFICE=true.

Full Documentation

goto Documentation

Keywords

FAQs

Package last updated on 30 Nov 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc