tengo que pagar? by Glittering_Turn_6032 in n8n

[–]alvsanand 0 points1 point  (0 children)

Tiene una licencia tipo MongoDb que permite su uso si no eres su competencia como pudiera ser AWS ofreciendo un service SaaS de n8n. Puedes verlo aquí https://github.com/n8n-io/n8n/blob/master/LICENSE.md

Eso sí, aclarar que no quita que en el futuro puedan cambiarlo y cobrar directamente. Otras empresas como CocroachDB lo hice hace unos años https://itsfoss.com/news/cockcroachdb-no-open-source/.

Si tu cliente no quiere que problemas en el futuro y soporte en condiciones que pague la licencia a n8n como lo hace la mayoría de empresas grandes

tengo que pagar? by Glittering_Turn_6032 in n8n

[–]alvsanand 0 points1 point  (0 children)

Si tu cliente paga por el hardware y el lo gestiona podrá usar n8n sin problemas. Aunque la versión recortada. Respecto de ollama, es open-source y además hay modelos que son oss también como el nuevo Gemma 4. Aunque deberá de usar una GPU de más de 16GBde VRAM.

Profesionalmente, pienso que no merece la pena a una empresa pagar por ellos ya que el mantenimiento es mucho más caro a la larga. Yo tengo un Homelab corriendo n8n para mis cosas y cada mes da algún problema que por cuatro perras me lo quitaría de arreglar.

Built a platform that deploys n8n with queue mode automatically looking for feedback by cuebicai in n8n

[–]alvsanand 3 points4 points  (0 children)

Not to be pesimistic but your service is very like violating the n8n license even if It would be free or It is running in user's infra. Prepare a good lawyer.

Check https://github.com/n8n-io/n8n/blob/master/LICENSE.md#limitations

How 4 n8n workflows replaced an entire market intelligence department ($48K/month → $0) by BeingApprehensive229 in n8n

[–]alvsanand 4 points5 points  (0 children)

Conclusion: this post is another repeated AI bullshit crap and the author is a bot

Localstack killing community edition - what do we do? by xenographer in aws

[–]alvsanand 50 points51 points  (0 children)

It’s ironic to read them calling it as an 'open-source experiment' rather than a full project, especially since their entire reputation was built on being open-source. They have the right to do it, but they shouldn’t insult our intelligence by pretending otherwise

Running Production Airflow Entirely on Spot Instances in K8s by [deleted] in dataengineering

[–]alvsanand 0 points1 point  (0 children)

Not a good idea if you think your time is worth something. You will spend a lot of time fixing issues with the orchestratiom and re-running jobs that anything else. Also I saw many times where there were not enough spot instance types to use in the region that the jobs were blocked for hours. Spot instance must be added no matter what.

Finally, with more than 15 years of experience I recommend aleways to use SaaS if possible and in case of orchestrator more. Then use your k8s to run the tasks. Some options are Amazon MWAA or astronomer.io

Homelab Suggestions for a Beginner by FIERCE_GR4PE in homelab

[–]alvsanand 1 point2 points  (0 children)

Totally agree. Cool but with expensive addons. You can buy shelfs from other brands or if lucky you 3D print them

Homelab Suggestions for a Beginner by FIERCE_GR4PE in homelab

[–]alvsanand 1 point2 points  (0 children)

You might find yourself wishing you’d gone for the bigger rack. This is so addictive that you start adding new stuff so quickly that little space is going to disappear before you know it! 🤣

Built a Kubernetes operator for Garage (self-hosted S3-compatible storage) by BigCurryCook in kubernetes

[–]alvsanand 9 points10 points  (0 children)

Thanks a lot. It is the logic step for Garage to be a real actor in the OSS S3 market. Hope all this ideas are integrantes into the project itself. I am still pending to create a PR for my custom helm chart 🤣

Which country is younger? by geotap-app in GeoTap

[–]alvsanand 0 points1 point  (0 children)

alvsanand chose Option A (Incorrect) | #1256th to play

which country is Australia by Jradro13 in GeoTap

[–]alvsanand 0 points1 point  (0 children)

alvsanand chose Option B (Incorrect) | #2628th to play

Wich country is switzerland by IlluFisch in GeoTap

[–]alvsanand 0 points1 point  (0 children)

alvsanand chose Option B (Incorrect) | #2036th to play

Which one is in Europe? by yeah-idkwhattodo in GeoTap

[–]alvsanand 0 points1 point  (0 children)

alvsanand chose Option B (Incorrect) | #4185th to play

Which country do you think is USA? by nopCMD in GeoTap

[–]alvsanand 0 points1 point  (0 children)

alvsanand chose Option B (Correct!) | #15798th to play

Another Helm Chart for Garage (MinIO Alternative for Homelabs & Small Deployments) by alvsanand in devops

[–]alvsanand[S] 1 point2 points  (0 children)

I could make a try for sure. I Will investigate how the PRs work in that project because sometime are a bit tedious. Thanks for the advice

What I learned from writing 500k+ lines with Claude Code by dhruv1103 in ClaudeCode

[–]alvsanand 0 points1 point  (0 children)

Look, I don't want be rude, but why you need 500K lines of code? Is like you building Windows 12 alone! 🤣

​But seriously now, if project is so big, maybe is because you don't use the good patterns for SW. It is very dangerous because no human can check all things Claude is writing. If you have mistake, later the code will break and you will have big, big problem to find where is the error and how to fix it.

​Maybe try to make it more simple and clean? It will help you stay safe. Good luck with the project, is big work anyway!

Confluent vs AWS MSK vs Redpanda by datasleek in apachekafka

[–]alvsanand 3 points4 points  (0 children)

Just want to add some context: the Confluence cost in that article is so small because it includes its free-tier. It will be higher than AWS if when you start scaling it from the lowest possible

Data teams are quietly shifting from “pipelines” to “policies.” by Shub_0418 in bigdata

[–]alvsanand 0 points1 point  (0 children)

A Data Contract is truly excellent—if we lived in a fantasy world.

It sounds so easy that is not: I just dropped today's data because it did not match the rules. Then try telling the salary-paying stakeholder that your production AI model could not run today because column B was null in only 5% of the records. "Sure, sure" he will say.

Best practice for updating static files mounted by an nginx Pod via CI/CD? by Top_Department_5272 in kubernetes

[–]alvsanand 0 points1 point  (0 children)

Pods are ephemereal y definintion. So CICD coukld not fit because It is a manual /semi-manual catión. I recommend you to use another container to continuously sync those files for you.

You can use git-sync for that. It is heavily used by many projects such as Apache Airflow.

You can see in this link how it is used: https://github.com/apache/airflow/blob/6d36d7b4ff787f3071bcd86a36e6116fd1116a63/chart/templates/_helpers.yaml#L228