Skip to content

Instantly share code, notes, and snippets.

View lionants02's full-sized avatar

Max Thanachai Thongkum lionants02

View GitHub Profile
const query = [
{
"$match": {
"$and": [
{
"death.date": {
"$exists": false
}
}
]
# Import
mongoimport.exe /h 127.0.0.1 /d ffc /c organ .\organcc.json
# Run
mongod --dbpath D:\mongo\ffc\dataEntity
@lionants02
lionants02 / .travis.yml
Created November 8, 2019 04:57
travis build apiblueprint to html
language: node_js
node_js:
- 7
branches:
only:
- master
before_script:
- du -sh /tmp/*