Skip to content
View dainiusjocas's full-sized avatar
:octocat:
editing status
:octocat:
editing status

Sponsors

@Jolanta3109
Block or Report

Block or report dainiusjocas

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. lucene-grep lucene-grep Public

    Grep-like utility based on Lucene Monitor compiled with GraalVM native-image

    Clojure 188 5

  2. clj-jq clj-jq Public

    Clojure wrapper for the `jackson-jq `. Embed `jq` scripts into your app. Compatible with GraalVM native-image.

    Clojure 20 1

  3. clojure-kafka-graalvm-native-image clojure-kafka-graalvm-native-image Public

    Example of compiling Kafka Consumer/Producer with GraalVM native-image

    Clojure 29

  4. babashka-lambda-layer babashka-lambda-layer Public

    Babashka Lambda Layer

    Clojure 39 3

  5. babashka-lambda babashka-lambda Public

    Babashka script packaged as AWS Lambda

    Clojure 38 1

  6. Clojure private Git deps Docker usage Clojure private Git deps Docker usage
    1
    FROM clojure:tools-deps-alpine
    2
    RUN apk add --no-cache openssh-client
    3
    
    
    4
    # Authorize SSH Host
    5
    RUN mkdir -p /root/.ssh && \