/stream-file-upload

multer s3 steram file upload

Primary LanguageTypeScript

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

stream file upload using multer s3

Installation

  • node version : v16.14.x
  • yarn version : v1.12.x
$ npm install

Running the app

# watch mode
$ npm run start:dev

# production mode
$ npm run  start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

ENV

GRAPH_SERVER_CONNECTION_URL=ws://localhost:8182/gremlin
WEB_SOCKET_PORT=
CHALLENGE_EXP=
INVITATION_EXP=
GRAPH_SERVER_CONNECTION_PASSWORD=
GRAPH_SERVER_CONNECTION_USERNAME=

Janusgraph authentication setup

janusgraph/conf/remote.yaml

port: 8182

//value set in the env file of GRAPH_SERVER_CONNECTION_USERNAME
username:

//value set in the env file of GRAPH_SERVER_CONNECTION_PASSWORD
password:

serializer:

test:

tst: