Skip to main content

硅谷地区中型 Startup List

http://gengwg.blogspot.com/发信人: dongfeiwww (在路上), 信区: JobHunting
标  题: 硅谷地区中型 Startup List
发信站: BBS 未名空间站 (Fri Aug 15 01:29:58 2014, 美东)

给大家一个Startup List做参考: 基本上都是这两年很hot的公司,规模在100人左右
,分布在云计算,大数据,consumer internet,健康,通讯,支付,生活类app,大
家在crunchbase上面可以查询到最近的融资情况,如果能搞定其中的一些公司基本上就
可以。声明:这些公司都是本人自己总结的,创业公司那么多,精选上市或者收购可能
性大的,肯定还有很多有前景的我不知道的。

Small to Medium size:
    continunity: 大数据
    mapr:Hadoop
    tango:通讯
    sharethis:社会化广告
    coursera:在线教育
    quora:问答
    pinterest:图片分享
    think big:大数据
    houzz:房屋装修
    couchbase:数据库
    databricks:大数据
    myfitnesspal:健康
    pure storage:flash存储
    quixey:App搜索
    flipboard:在线杂志
    lyft:打车
    datastax:数据库
    path:社交
    qubole:Hadoop
    Sumo Logic:日志分析
    Eventbrite:场次订票
    lookout:手机安全
    foursquare:移动位置
    stripe:支付
    datameer:大数据
    memsql:数据库
    mongodb:数据库
    nextdoor:社交
    snowflake:大数据
    kifi:社交分享
    Secret:社交
    bigswitch:软件定义网络
    Edmodo:在线教育
    Elasticsearch:搜索
    Wealthfront:理财
    Minted:贺卡装饰
    Asana:工作流
    AngelList: 创业公司汇总
    zendesk: 云平台
    slack: 企业交流 

Big one (PreIPO):
    glassdoor:求职
    hortonworks:Hadoop
    evernote:知识管理
    spotify:流音乐
    dropbox:云存储
    airbnb:租房平台
    cloudera:Hadoop
    AppDynamics:app管理
    uber:打车
    box:云存储
    square:支付
    fitbit:健康应用
    jawbone:健康应用
    Quantcast:大数据
    Zoosk:交友
    Zuora: Saas
    Flipkart: 电商
    Turn: 广告


大家在看Startup的时候注意几点
1. Founder team:背景强,如果是年轻的就是名校出身,stanford最佳,比如
snapchat,dropbox,pinterest,都是这样的,他们确实很容易拿到funding,如果老
些的就是连环创业,之前有过成功经历,比如square。业界名人,当年Yahoo Hadoop
创始人Eric去做Hortonworks,还有是不是犹太人,比如houzz
2. VC:基本上红杉,KPCB,Accel,  Andreessen Horowitz, Benchmark, IDG,Reid
Hoffman投的都很有戏
3. 股份稀释,基本上B轮之后engineer就很难到0.1%了,所以确实捞不到什么,但问题
是也很难看准太早期的,拿A轮的太多了,就是几个人的规模,压中的话确实厉害。
4. 羊群效应,当年FB收购whatsapp,马上tango,snapchat就估值狂涨,如果那个有名
vc投了,下一轮也很多跟风。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...