Skip to content

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.

License

Notifications You must be signed in to change notification settings

linkedin/rest.li

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b8df3d · Jan 5, 2024
Sep 20, 2023
Jul 24, 2019
Sep 20, 2023
Jun 24, 2021
Jun 24, 2021
Aug 21, 2023
May 10, 2022
Jan 5, 2024
Jan 5, 2024
Apr 28, 2022
Aug 4, 2022
Mar 1, 2022
Mar 1, 2022
Sep 28, 2023
Apr 21, 2018
Jun 24, 2021
Nov 3, 2023
Jun 24, 2021
Jun 24, 2021
Jun 24, 2021
May 12, 2023
Sep 11, 2023
Sep 20, 2023
Apr 16, 2020
Sep 27, 2023
Oct 5, 2020
Apr 21, 2015
Jun 24, 2021
Jun 5, 2020
Jun 24, 2021
May 12, 2023
Nov 1, 2019
Jun 24, 2021
Aug 15, 2023
Feb 2, 2023
Aug 15, 2023
Jun 24, 2021
Aug 31, 2020
Jun 24, 2021
Dec 4, 2015
Oct 1, 2020
Dec 1, 2021
Jun 24, 2021
Jun 2, 2023
Jun 24, 2021
Dec 13, 2023
Sep 18, 2012
Oct 13, 2017
Aug 26, 2022
Sep 24, 2022
Jun 24, 2021
Sep 7, 2022
Jun 24, 2021
Mar 18, 2017
Sep 24, 2022
Jun 24, 2021
Sep 24, 2022
Sep 20, 2023
Aug 31, 2021
Jan 12, 2018
Jun 24, 2021
Mar 18, 2017
Jun 24, 2021
Nov 29, 2023
Mar 18, 2017
Sep 20, 2023
Oct 27, 2021
Jun 10, 2021
Sep 18, 2012
Nov 16, 2016
Sep 18, 2012
Aug 18, 2021
Jan 4, 2024
Aug 15, 2020
Nov 30, 2012
Apr 11, 2023
Dec 17, 2014
Oct 20, 2014
Sep 20, 2023
Sep 18, 2012
Apr 28, 2021
Jan 4, 2024
Apr 16, 2020
Apr 16, 2020
May 7, 2020
Apr 2, 2020
May 7, 2020
Jun 5, 2020

Repository files navigation

At LinkedIn, we are focusing our efforts on advanced automation to enable a seamless, LinkedIn-wide migration from Rest.li to gRPC. gRPC will offer better performance, support for more programming languages, streaming, and a robust open source community. There is no active development at LinkedIn on new features for Rest.li. The repository will also be deprecated soon once we have migrated services to use gRPC. Refer to this blog for more details on why we are moving to gRPC.

Rest.li is an open source REST framework for building robust, scalable RESTful architectures using type-safe bindings and asynchronous, non-blocking IO. Rest.li fills a niche for applying RESTful principles at scale with an end-to-end developer workflow for building REST APIs, which promotes clean REST practices, uniform interface design and consistent data modeling.

Source | Documentation | Discussion Group

Features

  • End-to-end framework for building RESTful APIs
  • Approachable APIs for writing non-blocking client and server code using ParSeq
  • Type-safe development using generated data and client bindings
  • JAX-RS inspired annotation driven server side resource development
  • Engineered and battle tested for high scalability and high availability
  • Optional Dynamic Discovery subsystem adds client side load balancing and fault tolerance
  • Backward compatibility checking to ensure all API changes are safe
  • Support for batch operations, partial updates and projections
  • Web UI for browsing and searching a catalog of rest.li APIs.

Website

https://rest.li

Documentation

See our website for full documentation and examples.

Community

Quickstart Guides and Examples