lasp-opensearch-data-center

AWS CDK Constructs for creating a data center based around OpenSearch.

https://github.com/lasp/lasp-opensearch-data-center

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization lasp has institutional domain (lasp.colorado.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

AWS CDK Constructs for creating a data center based around OpenSearch.

Basic Info
  • Host: GitHub
  • Owner: lasp
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 109 KB
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 1
  • Releases: 8
Created about 2 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Code of conduct Citation Codeowners

README.md

LASP OpenSearch Data Center CDK Constructs

A construct library for implementing an OpenSearch data center.

Installation

The package is available on PyPI:

shell pip install lasp-opensearch-data-center

Owner

  • Name: Laboratory for Atmospheric and Space Physics
  • Login: lasp
  • Kind: organization
  • Location: Boulder, CO

Citation (CITATION.cff)

cff-version: 1.2.0
title: 'lasp_opensearch_data_center'
type: software
version: '1.0.7'
description: An AWS CDK Construct library for creating an I&T data center using AWS OpenSearch.
license: BSD-3-Clause
abstract: The LASP OpenSearch Data Center library contains AWS CDK Constructs and assorted utilities for creating
    an Integration and Test data center in the cloud. The Constructs defined in the library using the AWS CDK to
    create storage resources, an OpenSearch cluster/domain, and orchestration resources for automatically
    ingesting data into OpenSearch using Lambda functions defined by the end user.
authors:
- email: gavin.medley@lasp.colorado.edu
  name: Gavin Medley
  orcid: "0000-0002-3520-9715"
- email: brian.mcclellan@lasp.colorado.edu
  name: Brian McClellan
  orcid: "0009-0002-8228-1485"
- name: Luke Soderquist
maintainers:
- email: gavin.medley@lasp.colorado.edu
  name: Gavin Medley
  orcid: "0000-0002-3520-9715"
repository-code: "https://github.com/lasp/lasp-opensearch-data-center"
url: ""

GitHub Events

Total
  • Create event: 26
  • Release event: 8
  • Issues event: 5
  • Watch event: 1
  • Delete event: 7
  • Member event: 1
  • Issue comment event: 6
  • Push event: 33
  • Pull request review comment event: 15
  • Pull request review event: 28
  • Pull request event: 32
Last Year
  • Create event: 26
  • Release event: 8
  • Issues event: 5
  • Watch event: 1
  • Delete event: 7
  • Member event: 1
  • Issue comment event: 6
  • Push event: 33
  • Pull request review comment event: 15
  • Pull request review event: 28
  • Pull request event: 32

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish v1.8.10 composite
  • sigstore/gh-action-sigstore-python v2.1.1 composite
lasp_opensearch_data_center/lambda/Dockerfile docker
  • lambda-base latest build
  • public.ecr.aws/docker/library/python 3.11-slim build
lasp_opensearch_data_center/lambda/pyproject.toml pypi
  • pytest ^6.2.5 develop
  • PyYAML ^6.0
  • awslambdaric ^2.0.4
  • boto3 ^1
  • cloudpathlib ^0.10.0
  • opensearch-py ^2
  • psutil ^5
  • python ^3.9
  • requests_aws4auth ^1.1.2
pyproject.toml pypi
  • lambda_runtime * develop
  • aws-cdk-lib ^2.0.0
  • constructs ^10.0.0
  • python >=3.9,<4.0