Need advice about which tool to choose?Ask the StackShare community!

Apache Dubbo

33
60
+ 1
0
Django REST framework

1.9K
2K
+ 1
310
Add tool

Apache Dubbo vs Django REST framework: What are the differences?

What is Apache Dubbo? A high performance Java RPC framework. It is a high-performance, light weight, java based RPC framework. Dubbo offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery.

What is Django REST framework? Web APIs for Django. It is a powerful and flexible toolkit that makes it easy to build Web APIs.

Apache Dubbo belongs to "Remote Procedure Call (RPC)" category of the tech stack, while Django REST framework can be primarily classified under "Microframeworks (Backend)".

Some of the features offered by Apache Dubbo are:

  • Transparent interface based RPC
  • Intelligent load balancing
  • Automatic service registration and discovery

On the other hand, Django REST framework provides the following key features:

  • The Web browsable API is a huge usability win for your developers.
  • Authentication policies including OAuth1a and OAuth2 out of the box.
  • Serialization that supports both ORM and non-ORM data sources.

Apache Dubbo and Django REST framework are both open source tools. Apache Dubbo with 30.1K GitHub stars and 19.8K forks on GitHub appears to be more popular than Django REST framework with 15.9K GitHub stars and 4.66K GitHub forks.

Advice on Apache Dubbo and Django REST framework
kristan-dev
Senior Solutions Analyst · | 8 upvotes · 343.1K views

My journey to developing REST APIs started with Flask Restful, and I've found it to be enough for the needs of my project back then. Now that I've started investing more time on personal projects, I've yet to decide if I should move to use Django for writing REST APIs. I often see job posts looking for Python+Django developers, but it's usually for full-stack developers. I'm primarily interested in Data Engineering, so most of my web projects are back end.

Should I continue with what I know (Flask) or move on to Django?

See more
Replies (1)
Rafael Torres
Technical Lead at 4Agile · | 9 upvotes · 333.6K views

If you want to be a Web developer with knowledge in another frontend and NoSql technology, maybe continue with Flask. However, if you want to create very fast solutions to grow up with a new business and merge these with data analysis and other tools, Django is the answer. Basically read more about the service architecture where you feel more comfortable, Microservice or Monolithic, but please will not married with any because they solve issues to different contexts.

See more
Saurav Pandit
Application Devloper at Bny Mellon · | 6 upvotes · 288.5K views

I have just started learning Python 3 weeks ago. I want to create a REST API using python. The API will be used to save form data in an Oracle database. The front end is using AngularJS 8 with Angular Material. In python, there are so many frameworks to develop REST APIs.

I am looking for some suggestions which REST framework to choose?

Here are some features I am looking for:

  • Easy integration and unit testing, like in Angular. We just want to run a command.

  • Code packaging, like in java maven project we can build and package. I am looking for something which I can push in as an artifact and deploy whole code as a package.

  • Support for swagger/ OpenAPI

  • Support for JSON Web Token

  • Support for test case coverage report

Framework can have features included or can be available by extension. Also, you can suggest a framework other than the ones I have mentioned.

See more
Replies (1)
Recommends
on
FlaskFlask
at

For starters flask provides a beautiful and easy way to create REST APIs. Also its supported by excellent beginner docs as well as a very active community. Another good thing with Flask is its widely available list of plugins which allow you to build as you go. Its also good in performance and can scale to a quite decent level. However, if you are sure your project is going to be fairly big, it would be better to start with Django as it provides a lot of features out of the box and is extremely stable in performance. Both these frameworks have support for Swagger, JWT, Coverage Report although you have to install plugins for them. Deploying both of these are fairly simple and there is huge documentation available. Django has one of the best documentations I have come across. I hope I was able to answer your queries.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Apache Dubbo
Pros of Django REST framework
    Be the first to leave a pro
    • 66
      Easy to use
    • 65
      Browsable api
    • 53
      Great documentation
    • 50
      Customizable
    • 42
      Fast development
    • 9
      Easy to use, customizable, pluggable, serializer
    • 8
      Python
    • 7
      Django ORM
    • 5
      FastSerialize
    • 3
      Less code
    • 2
      Easy implementation

    Sign up to add or upvote prosMake informed product decisions

    Cons of Apache Dubbo
    Cons of Django REST framework
      Be the first to leave a con
      • 2
        Bad documentation
      • 2
        Reimplements Django functionality
      • 1
        No support for URL Namespaces
      • 0
        Bad CSRF handling

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Apache Dubbo?

      It is a high-performance, light weight, java based RPC framework. Dubbo offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery.

      What is Django REST framework?

      It is a powerful and flexible toolkit that makes it easy to build Web APIs.

      Need advice about which tool to choose?Ask the StackShare community!

      Jobs that mention Apache Dubbo and Django REST framework as a desired skillset
      What companies use Apache Dubbo?
      What companies use Django REST framework?
      See which teams inside your own company are using Apache Dubbo or Django REST framework.
      Sign up for StackShare EnterpriseLearn More

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Apache Dubbo?
      What tools integrate with Django REST framework?

      Sign up to get full access to all the tool integrationsMake informed product decisions

      Blog Posts

      GitHubPythonReact+42
      49
      40691
      GitHubPythonNode.js+47
      54
      72281
      PythonDjangoDjango REST framework+3
      6
      5610
      What are some alternatives to Apache Dubbo and Django REST framework?
      Spring Cloud
      It provides tools for developers to quickly build some of the common patterns in distributed systems.
      gRPC
      gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking...
      Apache Thrift
      The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.
      Node.js
      Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
      Kubernetes
      Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.
      See all alternatives