All Projects → DivanteLtd → Open Loyalty

DivanteLtd / Open Loyalty

Licence: other
Open Loyalty is technology for loyalty solutions for starting new loyalty projects.

Projects that are alternatives of or similar to Open Loyalty

Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+305.88%)
Mutual labels:  eventsourcing, elasticsearch, ddd, cqrs
Restairline
DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
Stars: ✭ 243 (-48.95%)
Mutual labels:  eventsourcing, ddd, cqrs
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (-65.97%)
Mutual labels:  eventsourcing, ddd, cqrs
nota
"None Of The Above" - is going to be a secure online voting system, intended to give the electorate better choices. It always adds one additional choice to anything to be voted on: If more than 50% of voters choose "None of the Above", the election is considered null and void.
Stars: ✭ 17 (-96.43%)
Mutual labels:  cqrs, ddd, eventsourcing
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (-71.85%)
Mutual labels:  eventsourcing, ddd, cqrs
Goes
Go Event Sourcing made easy
Stars: ✭ 144 (-69.75%)
Mutual labels:  eventsourcing, ddd, cqrs
nbb
.Net Building Blocks
Stars: ✭ 98 (-79.41%)
Mutual labels:  cqrs, ddd, eventsourcing
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-78.99%)
Mutual labels:  eventsourcing, ddd, cqrs
event-store-mgmt-ui
Event Store Management UI
Stars: ✭ 23 (-95.17%)
Mutual labels:  cqrs, ddd, eventsourcing
eventuous
Minimalistic Event Sourcing library for .NET
Stars: ✭ 236 (-50.42%)
Mutual labels:  cqrs, ddd, eventsourcing
micro
Functional prooph for microservices
Stars: ✭ 53 (-88.87%)
Mutual labels:  cqrs, ddd, eventsourcing
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (-72.48%)
Mutual labels:  eventsourcing, ddd, cqrs
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (-73.53%)
Mutual labels:  eventsourcing, ddd, cqrs
delta
DDD-centric event-sourcing library for the JVM
Stars: ✭ 15 (-96.85%)
Mutual labels:  cqrs, ddd, eventsourcing
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (-76.68%)
Mutual labels:  eventsourcing, ddd, cqrs
Syliuselasticsearchplugin
Elasticsearch integration for Sylius apps.
Stars: ✭ 88 (-81.51%)
Mutual labels:  ecommerce, elasticsearch, symfony
Eventsourcing
A library for event sourcing in Python.
Stars: ✭ 760 (+59.66%)
Mutual labels:  eventsourcing, ddd, cqrs
Eventhorizon
CQRS/ES toolkit for Go
Stars: ✭ 961 (+101.89%)
Mutual labels:  eventsourcing, ddd, cqrs
nestjs-boilerplate-microservice
Nestjs Microservice boilerplate: apply DDD, CQRS, and Event Sourcing within an event driven architecture
Stars: ✭ 270 (-43.28%)
Mutual labels:  cqrs, ddd, eventsourcing
pdo-snapshot-store
PDO Snapshot Store
Stars: ✭ 24 (-94.96%)
Mutual labels:  cqrs, ddd, eventsourcing

Build Status

Open Loyalty

Open Loyalty is a headless loyalty technology for visionaries and innovators who want to implement an effective loyalty program that cuts across multiple touchpoints. Our solution is 100% API-first and unlike old-fashioned, monolithic software, it’s easy to integrate with and ensures complete flexibility, speed, and effectiveness at all levels.

Book a live demo here www.openloyalty.io

Editions

Open Loyalty is available in two editions - Hosted, and Dedicated. Here you can find Open Source Edition (v.3.2). It is limited to non-commercial projects, does not provide guaranteed performance and scalability and therefore, it is recommended for testing purposes only. It is also significantly different from the current commercial editions of Open Loyalty.

We strongly advise using Hosted or Dedicated in commercial projects.

Hosted or Dedicated editions are not available publicly on GitHub. To get the quotation, please visit www.openloyalty.io and send the request.

Hosted Dedicated
All loyalty & gamification features Yes Yes
Robust & efficient API Yes Yes
Members limit Unlimited Unlimited
Hosting Cloud Self-hosted
High performance & scalability Yes Yes
Maintenance & support Yes Yes
Whitelabel Yes Yes

Business applications

There are a variety of ways Open Loyalty can be used to provide headless loyalty architecture. Based on it, you can build loyalty solutions like:

  • full loyalty programs for off-line and on-line channels
  • mobile loyalty applications
  • motivational programs for employees
  • loyalty modules for your own product

Performance and scalability

High performance and scalability are available in Hosted and Dedicated editions only. In this case study you can read more about how Open Loyalty reached over 1500 concurrent API calls with a response time under 1 second and Easy scalability with Kubernetes and AWS infrastructure.

Screenshots

Admin Cockpit

Quick install

This project has full support for running in Docker.

Go to the docker directory:

cd docker

Execute the below command to run the application:

docker-compose up

After that, execute the below command to initiate and set up the database:

docker-compose exec --user=www-data php phing setup

Before you start using Open Loyalty, you need to define hosts in your local environment. Add host openloyalty.localhost as 127.0.0.1 in your system configuration file (/etc/hosts). If you find any problems using docker (for example, in Windows environments), please try our Vagrant recipe.

Quick install with Vagrant

You should have Vagrant and Virtualbox installed before executing this recipe.

Then, please execute the following commands:

vagrant up
vagrant ssh
docker-compose -f docker/docker-compose.yml up -d
docker-compose -f docker/docker-compose.yml exec --user=www-data php phing setup

That's all. Now you can go to the admin panel openloyalty.localhost:8182. Default login is admin and password open. You can also go to customer panel openloyalty.localhost:8183.

Vagrant helpful commands

  • vagrant provision --provision-with sync sync current dir
  • vagrant provision --provision-with build rebuild docker base images

Url access

After starting Open Loyalty, it exposes services under the following URLs:

For developers

If you are a developer and want to attach source code, then you have to build base docker images:

./docker/base/build_dev.sh

and run containers:

docker-compose -f docker/docker-compose.dev.yml up

Remember to setup database using bellow command:

docker-compose -f docker/docker-compose.dev.yml exec --user=www-data php phing setup

After starting Open Loyalty in developer mode, it exposes services under slightly different URLs:

Generate JWT keys

Running phing setup will generate the JWT public/private keys for you, but in case you would like to generate them "manually" use phing generate-jwt-keys.

Documentation

Technical documentation is located here.

CONTRIBUTING

If you wish to contribute to Open Loyalty, please read the CONTRIBUTING.md file.

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].