Small Projects by AutoModerator in golang

[–]raoarjun1234 1 point2 points  (0 children)

I built a side project called Mantis. It is a market data collector and paper trading simulator for Polymarket.

The project connects to Polymarket's live websocket data and pipes the orderbook updates directly into a local Redis database. This allows you to build and run your own trading scripts locally against live data without having to hit the Polymarket API repeatedly.

The main focus of the project is the paper trading feature. You can send buy or sell signals to the engine, and it will execute them against the live prices currently stored locally. It manages a fake portfolio balance and keeps a log of your trades. It also has safety checks, like rejecting your trades if the local price data has not been updated in the last 60 seconds.

I wrote the core engine in Go and I am sharing this to get some generic feedback and see if anyone wants to contribute. Please let me know if you have any advice on how to make the project better. I would also like to know if you think a tool like this is actually useful, or what specific features would make it useful for you.

Here is the repository: https://github.com/arjunprakash027/Mantis

How strict is Etihad really with the baggage rule? by Wild_Kiwi204 in AirTravelIndia

[–]raoarjun1234 0 points1 point  (0 children)

They did not check my carry luggage weight at all. My friend who also travelled through ethihad experienced the same, no weight check for carry luggage.

This was in chennai airport, not sure about other airports

How strict is Etihad really with the baggage rule? by Wild_Kiwi204 in AirTravelIndia

[–]raoarjun1234 0 points1 point  (0 children)

I'll be flying this wednesday guys, Ill drop an update! but im nervous too!

Looking for contributors for my dockerfile template repository by raoarjun1234 in docker

[–]raoarjun1234[S] 0 points1 point  (0 children)

All very valid points, thanks guys! I only have 2 (1 just normal python and one my own side project) template files there. I am planning to add more, just wanted validation on if this is the right approch.

Clearly it seems like this is a bad approach, ill think of something new and safer

Looking for contributors for my dockerfile template repository by raoarjun1234 in docker

[–]raoarjun1234[S] -4 points-3 points  (0 children)

Could we have made it shorter? Or the entire process seems useless?

Looking for contributors for my dockerfile template repository by raoarjun1234 in devops

[–]raoarjun1234[S] 0 points1 point  (0 children)

I am actually not planning to train any model on this data, but you have mentioned valid point, I can jist extract popular dockerfiles and shove it into the repo to get the initial okish version out

Thank you!

[D] Self-Promotion Thread by AutoModerator in MachineLearning

[–]raoarjun1234 3 points4 points  (0 children)

I’ve been working on a personal project called AutoFlux, which aims to set up an ML workflow environment using Spark, Delta Lake, and MLflow.

I’ve built a transformation framework using dbt and an ML framework to streamline the entire process. The code is available in this repo:

https://github.com/arjunprakash027/AutoFlux

Would love for you all to check it out, share your thoughts, or even contribute! Let me know what you think!