# Open Source

## Mars Android SDK

Designed and developed android sdk for event collection and on device UI based campaigns

**Github:** <https://github.com/marax-ai/mars-sdk-android/tree/master>

**Javadocs:** <https://marax-ai.github.io/mars-sdk-android/>

**Bintray:** <https://bintray.com/marax-ai/mars-sdk-android-core/mars-sdk-android-core/0.1.5>

## Spark Multi Node Notebook Cluster

Script to create a spark notebook cluster with user defined node requirements using Digital Ocean APIs

Uses Digital Ocean APIs and cloud init for vm configuration and cluster initialization

Exposes spark notebook accessible via url and password

**GitHub:** <https://github.com/juluahamed/spark-auto-cluster-notebooks>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://me.julu.dev/code/open-source.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
