Skip to content
View mkjsix's full-sized avatar

Organizations

@SoftInstigate
Block or Report

Block or report mkjsix

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SoftInstigate/restheart SoftInstigate/restheart Public

    Open Source Low-code API development framework Featuring ready-to-go Security and MongoDB API

    Java 790 170

  2. SoftInstigate/ermes-mail SoftInstigate/ermes-mail Public

    ErmesMail is a Java library and command line interface for sending e-mail messages asynchronously

    Java 2

  3. mongodb/docs-ecosystem mongodb/docs-ecosystem Public

    MongoDB Ecosystem Documentation

    Python 76 296

  4. SoftInstigate/restheart-website SoftInstigate/restheart-website Public

    restheart.org main website

    SCSS 4 24

  5. SoftInstigate/angular-restheart SoftInstigate/angular-restheart Public archive

    AngularJS client module for RESTHeart

    JavaScript 8 3

  6. Set retention policies for AWS Cloud... Set retention policies for AWS CloudWatch Log Groups, for a profile and a region
    1
    #!/bin/bash
    2
    # Example - to set the logs retention policy for your default AWS account in region eu-west-1 to 5 days, execute the command:
    3
    # set-retention.sh default eu-west-1 5
    4
    export AWS_PROFILE=$1
    5
    export AWS_REGION=$2