HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SamuelHu

no profile record

Submissions

I Built a Financial Aggregator for Real-Time Market Data and Off-Market Insights

old.reddit.com
3 points·by SamuelHu·vor 3 Jahren·1 comments

Hacker News Stream with real time summarisation

hackerstream.netlify.app
4 points·by SamuelHu·vor 3 Jahren·4 comments

[untitled]

1 points·by SamuelHu·vor 3 Jahren·0 comments

Optimized Locking (SQL Server)

learn.microsoft.com
1 points·by SamuelHu·vor 3 Jahren·1 comments

A Simple Survey on Schemaless Database Storage Design

cachecoherence.com
4 points·by SamuelHu·vor 4 Jahren·0 comments

comments

SamuelHu
·vor 3 Jahren·discuss
I'm excited to share a weekend project that's kept me busy over the last two months! Please pardon any bugs you may encounter - it's a work in progress. I introduce you to Toyon.Live, which you can access at https://www.toyon.live/. If you're interested, sign in using your Google account to browse the most recent daily views of both market and off-market data related to stocks and currencies. For a deeper dive into what Toyon.Live is about, you can visit https://www.toyon.live/about. Your feedback would be greatly appreciated! I'd be delighted to read your comments and suggestions, and plan to address them as I find time. You can also shoot an email as in the about page. Thanks!
SamuelHu
·vor 3 Jahren·discuss
Yes. Usually it requires more scraping strategies for proprietary websites like paid news sites. But for general articles where <p> is used it usually works good.
SamuelHu
·vor 3 Jahren·discuss
https://www.linkedin.com/pulse/streaming-hackernews-feeds-re...

It's only a freetier 1 core streaming database for both streaming and serving, please expect slower responses if concurrency is higher ..
SamuelHu
·vor 3 Jahren·discuss
Finally seeing an alternative (OCC) implemented alongside with 2PL in RDBMS
SamuelHu
·vor 4 Jahren·discuss
Please also take a look at https://github.com/risingwavelabs/risingwave if you are looking for advanced streaming databases. It is under Apache License and also support on-prem deployment (docker, kubernetes) with full function set of distributed clustering, compute-storage disaggregation, etc.. Let me know if anything.