Skip to content

Instantly share code, notes, and snippets.

@kalyankdas
kalyankdas / neo4j_cypher_cheatsheet.md
Created August 29, 2023 13:53 — forked from DaniSancas/neo4j_cypher_cheatsheet.md
Neo4j's Cypher queries cheatsheet

Neo4j Tutorial

Fundamentals

Store any kind of data using the following graph concepts:

  • Node: Graph data records
  • Relationship: Connect nodes (has direction and a type)
  • Property: Stores data in key-value pair in nodes and relationships
  • Label: Groups nodes and relationships (optional)
@kalyankdas
kalyankdas / copyright_header_tool.py
Created March 16, 2023 14:50 — forked from linjackson78/copyright_header_tool.py
A python script to batch add copyright header to files.
@kalyankdas
kalyankdas / copyright_header_tool.py
Created March 16, 2023 14:50 — forked from linjackson78/copyright_header_tool.py
A python script to batch add copyright header to files.
@kalyankdas
kalyankdas / mongodb_c#_cheatsheet.md
Created January 26, 2023 20:00 — forked from a3dho3yn/mongodb_c#_cheatsheet.md
MongoDB C# Driver Cheat Sheet

MongoDB C# Driver Cheat Sheet

(C) 2015 by Derek Hunziker, (C) 2017 by AppsOn

As of releasing MongoDB 3.4 and C# Driver v2.4, original cheatsheet by Derek is outdated. In addition, it has some deficiencies like connecting to MongoDB, creating indexes, etc. This updated version works fine with C# Driver v2.4.7 and MongoDB v3.4.

Setup

Define Document Models

Note: Defined models and collections will be used in entire cheatsheet.

@kalyankdas
kalyankdas / mongodb_c#_cheatsheet.md
Created January 26, 2023 20:00 — forked from a3dho3yn/mongodb_c#_cheatsheet.md
MongoDB C# Driver Cheat Sheet

MongoDB C# Driver Cheat Sheet

(C) 2015 by Derek Hunziker, (C) 2017 by AppsOn

As of releasing MongoDB 3.4 and C# Driver v2.4, original cheatsheet by Derek is outdated. In addition, it has some deficiencies like connecting to MongoDB, creating indexes, etc. This updated version works fine with C# Driver v2.4.7 and MongoDB v3.4.

Setup

Define Document Models

Note: Defined models and collections will be used in entire cheatsheet.

@kalyankdas
kalyankdas / cloud-init.yaml
Created July 25, 2022 16:45 — forked from vtrifonov-esfiddle/cloud-init.yaml
cloud-init config for ubuntu host with docker & docker-compose
#cloud-config
groups:
- docker
users:
- default
# the docker service account
- name: docker-service
groups: docker
package_upgrade: true
packages:
@kalyankdas
kalyankdas / springer-free-maths-books.md
Created December 29, 2015 01:26 — forked from bishboria/springer-free-maths-books.md
Springer have made a bunch of maths books available for free, here are the direct links