Skip to content

Instantly share code, notes, and snippets.

View techieinme's full-sized avatar
🎯
Focusing

Lucky techieinme

🎯
Focusing
  • Bangalore
View GitHub Profile
@techieinme
techieinme / react-best-practices.md
Created January 20, 2022 17:16 — forked from cdiggins/react-best-practices.md
React Best Practices
@techieinme
techieinme / mongodb_script_insert_act_log_sample.js
Created September 4, 2017 09:35 — forked from tweeeety/mongodb_script_insert_act_log_sample.js
mongo script for insert 100 million test data
// sample persons
var persons = {
"id01" : { "name": "hoge", "act_num": 1000} // 100件
,"id02" : { "name": "piyo", "act_num": 256489} // 256,489件
,"id03" : { "name": "huga", "act_num": 33325482} // 33,325,482件
,"id04" : { "name": "mone", "act_num": 59784816} // 59,784,816件
,"id05" : { "name": "tako", "act_num": 20} // 20件
,"id06" : { "name": "nasu", "act_num": 23658} // 23,658件
,"id07" : { "name": "poke", "act_num": 1578411} // 1,578,411件
,"id08" : { "name": "paca", "act_num": 985824} // 985,824件