Skip to content

Instantly share code, notes, and snippets.

View kschingiz's full-sized avatar
🏠
Working from home

Shynggys Kengessov kschingiz

🏠
Working from home
View GitHub Profile
@kschingiz
kschingiz / README.md
Created June 7, 2018 09:33 — forked from rochoa/README.md
CARTO Node.js code test

CARTO Node.js code test

Introduction

At CARTO, among other things, we render maps, just check this example of Map with countries and USA states.

In order to limit the scope of the challenge, we are gonna use Mapnik and Node.js. Within this repository, we are providing all the pieces you need to reproduce that map. Well, all pieces except the map tile server.

An example of how to create an image with Mapnik:

@kschingiz
kschingiz / meteor-mongo-oplog-ubuntu.bash
Last active June 27, 2017 11:51 — forked from LeCoupa/meteor-mongo-oplog-ubuntu.bash
Meteor: Set up Oplog Tailing on Ubuntu
# from here https://rocket.chat/docs/installation/manual-installation/ubuntu/
$ echo replSet=001-rs >> /etc/mongod.conf
$ service mongod restart
mongo
> rs.initiate()
# MONGO_OPLOG_URL=mongodb://localhost:27017/local?replicaSet=001-rs