Skip to content

PURISTA API


PURISTA API / @purista/core

PURISTA

A backend framework for building message based domain services.

This framework adapts and combines a wide range of different patters from domain driven design, cqrs, microservice, event sourcing and lambda functions.

It is build from ground up in typescript and highly focuses on schema, and auto generation of types, input-output-validation, OpenApi documentation (swagger).

Why to use PURISTA

PURISTA tries to avoid the need for implementing boilerplate code as much as possible and to automate and autogenerate types, definitions, documentation when ever possible.

Schema and input-output-validation are deeply integrated, and they should be used whenever possible to build robust, stable systems.

PURISTA addresses developers which want to simply focus on implementation, while providing them the necessary things to use the great node/typescript tooling.

Features

  • typescript based and with typescript in mind
  • mostly async-await (no call-back hell)
  • easy versioning of services & API
  • modular & extendable
  • runs and scales from small single instance up to cloud clusters
  • flexible to trace, audit and monitor
  • easy to test with ready to go mocks & stubs
  • clean error handling
  • low learning curve

The main goal is to let developers keep focusing on solving business requirements while building robust & maintainable software fast and efficient.

Visit purista.dev

Follow on Twitter @purista_js
Join the Discord Chat

PURISTA - Typescript framework for IoT, microservices, and serverless | Product Hunt

This is the main package of PURISTA.

A backend framework for building message based domain services.

This framework adapts and combines a wide range of different patters from domain driven design, cqrs, microservice, event sourcing and lambda functions.

It is build from ground up in typescript and highly focuses on schema, and auto generation of types, input-output-validation, OpenApi documentation (swagger).

It contains the builders, classes & types and some helper functions. For easier testing of commands and subscriptions, the package contains different mock creation helper based on sinon

Learn PURIST at purista.dev

Enumerations

Classes

Interfaces

Type Aliases

Variables

Functions

Command

Event bridge

Helper

Service

Store

Subscription

Unit test helper