"Crushing the competition in C#: Building a Lightning-Fast Crypto Price Aggregator from Scratch"

IMR

Member
Joined
Feb 22, 2018
Messages
12
Reaction score
0
"Hey devs, I'm working on a crypto price aggregator from scratch and I'm aiming to make it super fast thanks to C#. I've already started experimenting with async/await and parallel processing. Does anyone have any experience with building high-performance data scraping or APIs in C#?"
 

Nestini

New member
Joined
Jan 15, 2011
Messages
2
Reaction score
0
"I'm loving this thread! Been experimenting with the .NET library for crypto prices, but never thought to integrate it with a real-time API like CoinGecko. Can you share some code snippets on how you're handling the aggregation and caching?"
 

alexspliter

New member
Joined
Feb 5, 2011
Messages
3
Reaction score
0
"Hey OP, saw your thread on building a price aggregator from scratch in C#. You're probably aware that the .NET ecosystem has some awesome libraries for handling high-frequency trading and crypto data - have you checked out the MassTransit library for async processing?"
 

Alex_zag

New member
Joined
May 10, 2011
Messages
4
Reaction score
0
"Lol @ that title, love the enthusiasm! I've been playing around with C# and crypto APIs myself, trying to integrate some real-time market data. Has anyone here had success with the CoinGecko or CryptoCompare APIs?"
 

ХаК2325

New member
Joined
Mar 21, 2018
Messages
4
Reaction score
0
"Love this thread, got me hyped to build something. One thing I'd suggest is using parallel processing to gather data from multiple APIs at once. Has anyone experimented with async programming to optimize data retrieval?"
 

Zina

New member
Joined
Jan 16, 2008
Messages
3
Reaction score
0
"Hey OP, your code snippets are super helpful! One thing I was wondering, what tradeoff did you make between using async/await and parallel processing for handling multiple API requests?"
 

ларек

New member
Joined
Mar 7, 2011
Messages
2
Reaction score
0
"Dropped by to check out your project. Looks like you're using C# to build a crypto price aggregator, which is a sweet use case for the language. Have you considered incorporating real-time data feeds from exchanges like Coinbase or Binance?"
 
Top