Skip to content

Commit

Permalink
updated technologies; runtimes, libraries, databases
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshafer committed May 1, 2024
1 parent a926d0e commit ab5f117
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

## Notices, Updates, and Notes to Self (not an ADR)

**2024-May-01:** Updated dependencies. Exploring MicroPlumberd more. Been reading through Emmet more as well and deciding where to have a Node (JS/TS) centric module.
**2024-April-24:** Added MicroPlumberd to the Pricing module and will explore it more soon.
**2024-April-24:** While you can run the `docker-compose.yml` with success, nothing is working-working.
- **2024-May-01:** Updated dependencies. Exploring MicroPlumberd more. Been reading through Emmet more as well and deciding where to have a Node (JS/TS) centric module.
- **2024-April-30:** Spent time on [Excalidraw](https://excalidraw.com/) to map out what modules can highlight different aspects, methods, languages, run-times, and libraries.
- **2024-April-24:** Added MicroPlumberd to the Pricing module and will explore it more soon.
- **2024-April-24:** While you can run the `docker-compose.yml` with success, nothing is working-working.


## What is this repository?
Expand All @@ -25,14 +26,36 @@ A goal of this project is to use modern (actively maintained) tools to demonstra

If you would like to suggest such a tool, please open an issue, a pull request, or contact me (see above). I would love to hear more!

### Primary
### Runtimes

- [.NET](https://dotnet.microsoft.com/)
- AKA [dotnet](https://dotnet.microsoft.com/), using [C#](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/)
- [Node.js](https://nodejs.org/en)
- TODO
- using [TypeScript](https://www.typescriptlang.org/)

### Databases (data storage)

#### Event Store

- [.NET](https://dotnet.microsoft.com/), AKA [dotnet](https://dotnet.microsoft.com/) (using [C#](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/))
- [EventStoreDB](https://eventstore.com/eventstoredb)

#### EventStoreDB Libraries
- [Eventuous](https://eventuous.dev/) (modules: catalog, inventory)
- [MicroPlumberd](https://github.com/modelingevolution/micro-plumberd) (modules: pricing)
- [Eventuous](https://eventuous.dev/)
- modules: catalog, inventory
- [MicroPlumberd](https://github.com/modelingevolution/micro-plumberd)
- modules: pricing
- [Emmet](https://event-driven-io.github.io/emmett/)
- modules: TBD


#### Other Databases (queries, read models, analysis, etc)

- [SQL Server](https://www.microsoft.com/en-us/sql-server/)
- legacy module
- [PostgreSQL](https://www.postgresql.org/)
- [Elasticsearch](https://www.elastic.co/)


### Testing
- [xUnit](https://github.com/xunit/xunit)
Expand Down

0 comments on commit ab5f117

Please sign in to comment.