Skip to content

Commit

Permalink
flatten the directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullin committed Dec 10, 2016
1 parent 1c2320d commit 6f7719e
Show file tree
Hide file tree
Showing 47 changed files with 11 additions and 602 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
build
bin
host/host
.DS_Store
22 changes: 10 additions & 12 deletions README.org
Expand Up @@ -9,20 +9,18 @@ If you are looking for the original event-driven GTD sample check out

* Folder Structure

Solution is composed from the core infrastructure and actual domain implementation.
# core - event-driven infrastructure and specs

*Infrastructure*:
This folder contains core infrastructure for prototyping event-driven
back-ends. You can import it in your go and move from there.

- =bin= - temporary folder with compiled binaries
- =core= - event-driven infrastructure and spec runners
- =etc= - misc files (no source code)
- =host= - entry point for the process
- =root= - binary-sortable UUID and a definition of an event
- =api= - logic for hosting a simple JSON API (with some helpers)
- =bus= - event bus and an in-memory implementation
- =log= - helpers to setup logging
- =env= - environment for defining modules and specs (contracts)
- =specs= - express, verify and print event-driven specifications
- =hosting= - wire and run modules in a process


*Domain*:

- =lang= - domain language (value objects and events)
- =task= - module for editing and managing tasks
- =views= - module with basic views for the client
- /all the rest/ - event-driven modules with features

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions core/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
44 changes: 0 additions & 44 deletions host/main.go

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
92 changes: 0 additions & 92 deletions lang/events.go

This file was deleted.

22 changes: 0 additions & 22 deletions lang/ids.go

This file was deleted.

6 changes: 0 additions & 6 deletions lang/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions task/denormalizer.go

This file was deleted.

27 changes: 0 additions & 27 deletions task/module.go

This file was deleted.

41 changes: 0 additions & 41 deletions task/post-task.go

This file was deleted.

7 changes: 0 additions & 7 deletions task/put-task.go

This file was deleted.

7 changes: 0 additions & 7 deletions task/store.go

This file was deleted.

0 comments on commit 6f7719e

Please sign in to comment.