Is anyone here working as a subcontractor with IT consulting companies like DataArt, Deloitte, Epam, Accenture, and others? How has it helped you in finding new clients and expanding your business? Share your experience! #ITConsulting#Subcontracting#BigData#Backend
Criticism and skepticism can be valuable tools for learning and growth, but when they are taken to an extreme, it's harmful. If in order to shine, you need to turn off the light of another, think maybe you are deceiving yourself, and maybe there is no light of yours. #empathy
@ananthdurai I would add that suppliers should be responsible for the data contract which they declare and data quality provisioned with this contract. Consumers on its turn are responsible for data quality which they collect.
How to report a rider's scam in @Uber app? When rider takes the ride and that asking where you go and asking you to cancel the ride, bcs it's not convenient for him.
Anyone using #siddhi with #python for streaming data processing? They have PySiddhi which wraps Siddhi runtime. The Python code could be integrated with Siddhi logic using this wrapper. Seems like interesting baseline for building a platform for data processing. @wso2
We stopped on Airflow as our tool which we'll be relying for data ingestion and transmitting between different systems and clusters. @ApacheAirflow Here are some thoughts about this choice https://t.co/FM4WVZq1UM
Got an error after rebuilding of my Docker image with Airflow 2: ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm.query'. Fixed by limiting the version of sqlalchemy < 1.4.0 in requirements.txt. @ApacheAirflow
The fundamental flaw with the cancel culture is that every attempt to silence ideas you don’t like is an admission that your ideas are too weak to stand against them.
We have deployed Bullet Train and started to use in our microservices. It's kind of relief to use them comparing to other options, like config maps. It's very nice tool to maintain feature flags and settings across your environments and microservices.
What would you recommend for charts engine (examples are Charts.Js, FusionCharts and etc.)? I need a solution for server-side rendering of chards. The solution should be open source, performant for a single request (rendering a chart), produce an image (SVG or PNG).
Basically, I can use NodeJs for this, but this is a step a side of tech stack which I'm using now (.NET Core, Python, Siddhi and etc) and I want to avoid using NodeJs.