2.0.19 • Published 6 days ago

@dra2020/baseserver v2.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

base

The Serverbase library pulls together the core set of libraries required by the various nodejs-hosted components of DRA2020. This includes:

  • the nodejs hosted server
  • serverless lambda functions
  • command line utilities run under nodejs

These libraries are all packaged in this repository. Normally they are included like this:

import { DB, Lambda } from '@dra2020/baseserver';

Then the various functions of the different sets are available under their appropriate symbol.

These libraries are used only on the server (or nodejs-hosted command line utilites):

  • DBAbstract: A database abstraction interface, exposed as FSM classes.
  • Storage: A blob storage abstraction interface, exposed as FSM classes.
  • JS: A set of classes for doing stream-based reading and writing of JSON.
  • FsmFile: A set of utility classes for exposing file operations (e.g. mkdir) as FSM-compatible classes.
  • LogServer: The server implementation of the logging interface, supports saving the logs up to a blob storage.
  • S3: An implementation of the storage abstraction on top of AWS S3, exposed as FSM classes.
  • DBDynamo: An implementation of the DB abstraction on top of AWS DynamoDB, exposed as FSM classes.
  • Lambda: An interface for invoking AWS lambda functions in a consistent way, exposed as FSM classes.
2.0.19

6 days ago

2.0.18

16 days ago

2.0.17

16 days ago

2.0.16

23 days ago

2.0.15

24 days ago

2.0.14

1 month ago

2.0.13

1 month ago

2.0.12

2 months ago

2.0.11

2 months ago

2.0.10

2 months ago

2.0.9

2 months ago

2.0.8

2 months ago

2.0.7

2 months ago

2.0.5

2 months ago

2.0.6

2 months ago

2.0.3

3 months ago

2.0.4

3 months ago

1.0.60

3 months ago

1.0.59

3 months ago

1.0.58

3 months ago

1.0.57

3 months ago

1.0.55

3 months ago

1.0.54

3 months ago

1.0.56

3 months ago

1.0.51

3 months ago

1.0.50

3 months ago

1.0.53

3 months ago

1.0.52

3 months ago

1.0.49

3 months ago

1.0.48

4 months ago

1.0.47

4 months ago

1.0.46

5 months ago

1.0.45

5 months ago

1.0.44

5 months ago

2.0.0

5 months ago

1.0.43

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.40

2 years ago

1.0.39

2 years ago

1.0.38

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago