GithubHelp home page GithubHelp logo

deysonferley / microservices Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sinanbaran/microservices

1.0 0.0 0.0 52 KB

CQRS DDD EventSource(EventStore) and Materialized view with mongo Command with Net.Core Query with Python&GO

C# 85.98% Dockerfile 3.27% Python 1.78% Go 7.35% Batchfile 1.62%

microservices's Introduction

microservices

CQRS DDD EventSource(EventStore) and Materialized view with mongo

Command with Net.Core , Query with Python&GO

`run start.bat`


eventstore : http://localhost:2113/
authantication information in docker-compose


mongodb ide : https://docs.mongodb.com/compass/current/install

mongodb://root:password@localhost:27017/?authSource=admin
POST - http://localhost:6000/create
{
    "id": "2b4d9300-bb65-48b2-9ade-1c2d16f06201",
    "owner": "sinan",
    "Products": [
        {
            "productId": "e7508e76-40cb-420e-a3ea-de65aeaf20e2",
            "name": "t-shirt",
            "quantity": 2,
            "unitPrice": 154
        },
        {
            "productId": "f02a45e2-fdc2-43ae-b00a-aca713cf7087",
            "name": "kazak",
            "quantity": 12,
            "unitPrice": 5
        }
    ]
}
PATCH - http://localhost:6000/complete
{
      "id": "2b4d9300-bb65-48b2-9ade-1c2d16f06200"
}
GET - http://localhost:6000/list

microservices's People

Contributors

sinanbaran avatar

Stargazers

Deyson Ferley Mena avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.