All Projects → Avanade → Liquid-Application-Framework-1.0-deprecated

Avanade / Liquid-Application-Framework-1.0-deprecated

Licence: MIT License
Liquid is a framework to speed up the development of microservices

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Liquid-Application-Framework-1.0-deprecated

passion
An object-oriented LÖVE game engine
Stars: ✭ 35 (+34.62%)
Mutual labels:  deprecated, archived
Drupal-Scaffold
DEPRECATED: This project has been replaced by documentation within Confluence regarding best practices for setting up a new Drupal 9 project.
Stars: ✭ 48 (+84.62%)
Mutual labels:  deprecated, archived
Azure-AppServices-Diagnostics
Azure App Service Diagnostics provides developers ability to write various diagnostics features which helps customers to diagnose and troubleshoot their applications hosted on app services.
Stars: ✭ 42 (+61.54%)
Mutual labels:  deprecated, archived
DeepDIVA
⛔️ DEPRECATED <Python Framework for Reproducible Deep Learning Experiments>
Stars: ✭ 32 (+23.08%)
Mutual labels:  deprecated, archived
Sphero-AR-SDK
🚫 DEPRECATED: Sphero's augmented reality SDK
Stars: ✭ 46 (+76.92%)
Mutual labels:  deprecated, archived
tooltip
[DEPRECATED] The tooltip that has all the right moves
Stars: ✭ 133 (+411.54%)
Mutual labels:  deprecated, archived
steam
DEPRECATED Build, manage and deploy H2O's high-speed machine learning models.
Stars: ✭ 59 (+126.92%)
Mutual labels:  deprecated, archived
Sphero-Win-SDK
🚫 DEPRECATED: Sphero SDK for Win 8.1+ using RFCOMM
Stars: ✭ 36 (+38.46%)
Mutual labels:  deprecated, archived
OSM-Completionist
⛔️ DEPRECATED iOS companion app for OpenStreetMap that allows contributors to complete missing information
Stars: ✭ 17 (-34.62%)
Mutual labels:  deprecated, archived
fullcontact4j
⛔ [DEPRECATED] A Java client for the FullContact API
Stars: ✭ 28 (+7.69%)
Mutual labels:  deprecated, archived
summit2016-RankingPredict
Deprecated, No more maintained - Deprecated, no longer maintained
Stars: ✭ 34 (+30.77%)
Mutual labels:  deprecated, archived
AASecondaryScreen
[Deprecated] · Approachable implementation of iOS AirPlay-Mirroring using Swift.
Stars: ✭ 40 (+53.85%)
Mutual labels:  deprecated, archived
jest-badges-readme
Creates a group of coverage badges from Jest into your README
Stars: ✭ 30 (+15.38%)
Mutual labels:  deprecated, archived
ionic-3D-card-carousel
DEPRECATED Sample project that shows an experimental 3D card carousel in Ionic.
Stars: ✭ 29 (+11.54%)
Mutual labels:  deprecated, archived
cartesian ros control
DEPRECATED: A set of packages to bring Cartesian control functionality to the ROS-control framework.
Stars: ✭ 33 (+26.92%)
Mutual labels:  deprecated, archived
VRTK.Tutorials.OculusIntegration
Prefabs and code for use with the Oculus Integration Unity Package
Stars: ✭ 26 (+0%)
Mutual labels:  deprecated, archived
XpringKit
XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
Stars: ✭ 23 (-11.54%)
Mutual labels:  deprecated, archived
contentstats
DEPRECATED – See how many entries have been created for channels and structures in your Craft CMS website.
Stars: ✭ 29 (+11.54%)
Mutual labels:  deprecated, archived
QR
DEPRECATED The bookmarklet and extensions generate QRCode of the current URL for viewing on mobile devices (Google Chrome/Mozilla Firefox/Opera/Safari)
Stars: ✭ 20 (-23.08%)
Mutual labels:  deprecated, archived
ton-client-rs
TON Labs SDK Client Library for Rust
Stars: ✭ 15 (-42.31%)
Mutual labels:  deprecated, archived

DEPRECATED No Maintenance Intended

This version is no longer supported and will not receive any updates nor bug fixes, please consider using the new version instead. We've made significative breaking changes on the new version of Liquid Application Framework. So, the old and new versions are not compatible and, also, there is no easy way to migrate from this to the new one. This repo will be keeped only for historical purposes and to allow anyone, relying on this version, to fork the code and maintain it from there, if needed.

Enter Liquid CI Badge

Liquid is a multi-cloud framework designed to accelerate the development of cloud-native microservices while avoiding coupling your code to specific cloud providers.

When writing Liquid applications, you stop worrying about the technology and focus on your business - Liquid abstracts most of the boilerplate and let you just write domain code that looks great and gets the job done.

Features

  • Abstracts a number of services from cloud providers such as Azure, AWS and Google Cloud to enable you to write code that will run anywhere.
  • Brings a directed programming model that will save you time on thinking how to structure your application, allowing you to focus on writing business code.

Getting Started

To use Liquid, you create a new base ASP.Net application and then download and install the following nuget packages:

  • LiquidApplication.Base
  • LiquidApplication.Activation
  • LiquidApplication.Domain
  • LiquidApplication.Middleware
  • LiquidApplication.Repository
  • LiquidApplication.Runtime

And then choose what implementation cartridge you need to run your environment:

  • If you'll deploy your application to Azure, install LiquidApplication.OnAzure
  • If you'll deploy your application to Google, install LiquidApplication.OnGoogle
  • If you'll deploy your application to AWS, install LiquidApplication.OnAWS

Contribute

Some of the best ways to contribute are to try things out, file issues, and make pull-requests.

  • You can provide feedback by filing issues on GitHub. We accept issues, ideas and questions.
  • You can contribute by creating pull requests for the issues that are listed. Look for issues marked as good first issue if you are new to the project.

In any case, be sure to take a look at the contributing guide before starting.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].