Coder Social home page Coder Social logo

opensearch-serverless-scripts's Introduction

  • This is a basic script to load-test OpenSearch Serverless. It has simple code to send a signed-request to OpenSearch Serverless.
  • I tested by running this in an AWS Lambda function. To do this, run npx tsc && zip -r my_deployment_package.zip . to create a zip of the code. Then upload the zip file in the AWS Lambda function console and test the lambda with sample payload. Sample payload:
    • {
      	type: "write",   // "write" or "read", to load-test writing or reading documents
        	count: 10,       // Number of documents to write
        	start: 1,        // Id to start writing with
        	concurrency: 10, // Number of concurrent requests to send; this isn't fully accurate and depends on various factors including how much concurrency your lambda function can support
      }
      
  • The main code is defined in index.ts.
  • An alternative script to query OpenSearch Serverless is in sampleOpenSearchClient.ts. This script also sends signed requests to OpenSearch Serverless.

opensearch-serverless-scripts's People

Watchers

Rajat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.