http://scarab-sweepers.com/Products/minor.php
48935534_2563872323652713_8564172514870165504_n.jpg
https://wef.ch/2rzVDzL
https://en.wikipedia.org/wiki/File:Village_of_Aranas,_Nuristan_province.jpg
https://www.theguardian.com/sustainable-business/2014/dec/08/water-amounts-incredible-valuable-oil-scarcity
https://www.slideshare.net/HadoopSummit/realworld-nosql-schema-design
https://www.forbes.com/sites/gradsoflife/2019/01/22/why-the-apprenticeship-model-is-succeeding-in-corporate-america/#554fe33f909b
https://techcrunch.com/2018/09/11/comma-ais-george-hotz-ousts-george-hotz-as-ceo/
https://www.caranddriver.com/news/a22480267/after-a-pause-commaai-delivers-a-driver-assist-system-that-rivals-super-cruise-and-autopilot/
https://dzone.com/articles/taking-a-look-at-mongodb-views
https://www.infoworld.com/article/2617405/nosql/7-hard-truths-about-the-nosql-revolution.html
https://www.healthline.com/nutrition/20-reasons-you-are-not-losing-weight#section21
https://www.quora.com/Is-it-a-bad-idea-to-use-relationships-in-a-Document-Store-NoSQL-database
http://seanhess.github.io/2012/02/01/mongodb_relational.html
https://rocket.chat/docs/developer-guides/schema-definition/
ext smth ?
http://www.vr.org.vn/ptpublic_web/ThongTinPTPublic.aspx
https://bitbucket.org/percious/c5t/src/default/c5t/core/model/content.py
Beautiful structure old RocketChat
https://github.com/RocketChat/Rocket.Chat/tree/develop/server/methods
Yeah upsert = update/insert ? cool !
https://github.com/RocketChat/Rocket.Chat/blob/develop/server/methods/createDirectMessage.js
https://github.com/ramnes/awesome-mongodb
Scroll down to Application section for list of opensrc prj that have mongodb.
https://codeburst.io/things-i-wish-i-new-before-i-started-working-with-mongodb-c089d4b593db
Some really sense questions
Ask yourself:
1. How is my data used: is it frequently created/modified, frequently retrieved, or both?
2. Where is processing time better spent: the document store or the application server?
3. Do I need to retrieve all the documents, a subset, or event just a computed value?
4. Am I adding value or am I writing an elaborate version of SELECT * FROM users; ?
But where the answers ?
Aha not think this short article provide some new info but not
https://hackernoon.com/the-problem-with-mongodb-d255e897b4b
Again ab tradeoff / balance between relation (schema?) and schemaless, no relation (embed)
Prefer explicit schema (MF) make sense ?
https://webassets.mongodb.com/_com_assets/collateral/MongoDB_Architecture_Guide.pdf?_ga=2.148233015.1676578806.1550123179-661479670.1549865276&_gac=1.205252260.1549932987.EAIaIQobChMIwav9nf604AIVTK6WCh1xigFpEAAYASAAEgJdw_D_BwE
29 p1
50121 / => 50131 (50113)
front law uni. lg thgh + scotr
Document reference vs embedded document
https://stackoverflow.com/questions/18059128/dropzone-js-uploads-only-two-files-when-autoprocessqueue-set-to-false
https://www.infoq.com/articles/data-model-mongodb
https://github.com/jenssegers/laravel-mongodb
https://docs.mongodb.com/manual/tutorial/query-array-of-documents/
https://alligator.io/vuejs/vue-modal-component/
https://www.quora.com/How-at-only-age-17-had-George-Hotz-already-acquired-enough-skill-to-be-the-first-to-unlock-an-iPhone
https://www.aliexpress.com/item/Charger-IC-ACT-For-Samsung-I9500-Galaxy-S4-charging-charger-ic-ACT-12pins/32256736683.html
https://devdocs.io/vue~2/guide/instance
https://forum.vuejs.org/t/form-with-inputs-as-child-components/7736/4
https://forum.vuejs.org/t/vuejs-sending-v-model-property-from-child-to-parent/22884/2
https://stackoverflow.com/questions/49197488/how-to-manually-trigger-click-for-dropzone-open-select-file-dialog
https://vuejs.org/v2/guide/components.html#Using-v-model-on-Components
Is $ref reference ?
https://forum.vuejs.org/t/pass-object-via-props-reference-vs-emit-value-best-practices/45683
https://uiv.wxsm.space/popover
.popover {
width: auto;
height: 250px;
max-width:none; // Required for popovers wider than 276px (Bootstrap's max-width for popovers)
}
https://www.facebook.com/photo.php?fbid=2327712767554220&set=pcb.2182682525124751&type=3&theater
https://stackoverflow.com/questions/49930680/how-to-handle-uncaught-in-promise-domexception-play-failed-because-the-use
https://github.com/wxsms/uiv/blob/master/src/components/modal/Modal.vue
popover
<!--
<template>
<popover id="cert-popover" placement="bottom" trigger="manual" v-bind:title="propoverTitle" @show="onOpen('on-open')" v-model="mPopover" >
<button type="button" class="btn btn-default btn-upload btn-comp" @click="mPopover = !mPopover">{{buttonText}}</button>
<div slot="popover" class="propover_add">
<input type="text" class="input-data" v-model="certificate_name" v-on:change="updateCertName" ref="dataInput" placeholder="CERTIFICATE NAME" />
<div class="upload-btn btn-dropzone-wrap">
<input class="input-data" trim="TODO" v-model="certificate_filename" type="text" placeholder="CERTIFICATE FILE" />
<span style="color: orange; text-decoration: underline; cursor: pointer;" >Browse
<vue-dropzone class="btn-dropzone" ref="zoneCert" id="dropzoneCert" :options="dropzoneCertOptions" v-on:vdropzone-sending="callBackCertSending" v-on:vdropzone-thumbnail="callBackCertAddedFile" v-on:vdropzone-error="callBackCertFileError" v-on:vdropzone-success="callBackCertUploadSuccess" v-on:vdropzone-complete="callBackCertUploadComplete" :destroyDropzone="true"></vue-dropzone>
</span>
<p>File format accepted are pdf, png and jpeg</p>
</div>
<button type="button" class="btn btn-primary btn-block" @click="sendDataToParent" >Add</button>
</div>
</popover>
</template>
-->
Comments
Post a Comment