Skip to content
View mkjsix's full-sized avatar

Organizations

@SoftInstigate

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. SoftInstigate/restheart SoftInstigate/restheart Public

    Backend framework that turns MongoDB into secure REST, GraphQL, and WebSocket APIs — no SDKs or backend code required.

    Java 861 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 4

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

    MongoDB Ecosystem Documentation

    PHP 78 302

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

    restheart.org main website

    SCSS 5 25

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

    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