Skip to content

Instantly share code, notes, and snippets.

View maoo's full-sized avatar

Maurizio Pillitu maoo

View GitHub Profile
# NOTE! This file is automatically generated by github.com/finos/metadata-tool AND pushed to GitHub; any manual change could be overridden at any time.
landscape:
- category:
name: Data
subcategories:
- subcategory:
name: Data Management
items:
- item:
@maoo
maoo / clientes.json
Created June 11, 2021 09:46
clientes.json
[
{ "nombre" : "client1",
"id" : "1234"
},
{ "nombre" : "client2",
"id" : "5678"
},
{ "nombre" : "client3",
"id" : "9012"
}
@maoo
maoo / legend-on-minikube.md
Last active November 8, 2021 23:10
Legend on Minikube

Running Legend on Minikube

This page reports instructions on how to run the Legend Helm chart on a local Minikube installation. The whole process should take from 15 to 30 minutes, depending on your knowledge on cloud native technologies, your current workstation setup and your connection speed.

Prerequisites

Install Minikube

Please refer to https://minikube.sigs.k8s.io/docs/start/

@maoo
maoo / cleanup.sh
Last active June 25, 2024 12:44
Deploy Traderx
#!/bin/bash
sudo rm -rf /var/log/journal/*
sudo docker system prune -a -f
sudo docker rm -v $(sudo docker ps -a -q -f status=exited)
sudo docker rmi -f $(sudo docker images -f "dangling=true" -q)
docker volume ls -qf dangling=true | xargs -r docker volume rm
@maoo
maoo / broken-logic.yaml
Last active April 17, 2025 09:25
Bitbucket pipeline issue
branches:
main:
# Check image's CommitIDs against Dev
- step:
name: Wait for image deplomyments
script:
- sleep 360
- step:
name: Set Dev environment
script:
@maoo
maoo / appian-way-activity.json
Created December 9, 2025 15:17
/activity.json/949189
{
"id": 949189,
"externalId": "133237P28",
"productGroupId": 0,
"productCategory": "ACTIVITIES",
"box": false,
"inventoryLocal": true,
"inventorySupportsPricing": false,
"inventorySupportsAvailability": true,
"creationDate": "Tue Dec 10 11:57:25 UTC 2024",