No features have been listed yet.
No DepHell videos yet. You could help us improve this page by suggesting one.
Based on our record, Apache Mesos should be more popular than DepHell. It has been mentiond 11 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Erlang, OTP, and the BEAM offer much more than just behaviours. The VM is similar to a virtual kernel with supervisor, isolated processes, and distributed mode that treats multiple (physical or virtual) machines as a single pool of resources. OTP provides numerous useful modes, such as Mnesia (database) and atomic counters/ETS tables (for caching), among others. The runtime also supports bytecode hot-reloading, a... - Source: Hacker News / 2 months ago
Apache Mesos, a robust cluster manager, excels at handling diverse workloads beyond just containers, offering flexibility for organizations with varying needs. - Source: dev.to / 10 months ago
Even though this article will be focused on Kubernetes I want to mention that there are multiple container orchestration platforms such as Mesos, Docker Swarm, OpenShift, Rancher, Hashicorp Nomad, etc. - Source: dev.to / about 1 year ago
I worked at several Bay Area startups, mainly in NLP and machine learning roles. I was part of a company called PowerSet, which was building a natural language processing engine and was acquired by Microsoft. I then joined Twitter in its early days, around 2010, when it had about 200 employees. I started on the AI side but transitioned to infrastructure because I found it more satisfying and challenging. We were... - Source: dev.to / about 1 year ago
When we adopted Kubernetes at Criteo, we encountered initial hurdles. In 2018, Kubernetes operators were still new, and there was internal competition from Mesos. We addressed these challenges by validating Kubernetes performance for our specific needs and building custom Chef recipes, StatefulSet hooks, and startup scripts. - Source: dev.to / about 1 year ago
I've found https://github.com/dephell/dephell but seems to be outdated. Source: over 2 years ago
I had a few relatively famous projects (like dephell), and at some point I lost my sleep because I was "fixing bugs" in it in my head in the middle of the night. Archiving it, closing issues in everything else, and starting to just write projects for my own fun only was the best decision I ever made. Don't make my mistakes. Don't ask random people on the internet what you should do. Do what you want to do and... Source: almost 3 years ago
You jest and yet... https://github.com/dephell/dephell Dephell is a converter for python packaging systems. It can turn poetry files into requirements.txt, or setuptools' setup.py into pipenv's Pipfile etc. Python Packaging: There is More Than One Way to Do It. - Source: Hacker News / over 3 years ago
Not necessarily. You can use Dephell (https://github.com/dephell/dephell) to convert from poetry to the old-fashioned requirements.txt. Source: about 4 years ago
Kubernetes - Kubernetes is an open source orchestration system for Docker containers
Metaflow - Framework for real-life data science; build, improve, and operate end-to-end workflows.
Charity Engine - Charity Engine takes enormous, expensive computing jobs and chops them into 1000s of small pieces...
Luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs.
BOINC - BOINC is an open-source software platform for computing using volunteered resources
Azkaban - Azkaban is a batch workflow job scheduler created at LinkedIn to run Hadoop jobs.