From a3386e5f1fedbdc41fdbd078384190635ae99c06 Mon Sep 17 00:00:00 2001 From: Stephen Goldbaum <129341+stephengoldbaum@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:15:28 -0500 Subject: [PATCH] Organized guides - Cleaned up README.md --- README.md | 37 +++++-------------------------------- docs/media.md | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 32 deletions(-) create mode 100644 docs/media.md diff --git a/README.md b/README.md index 5238c6342..1a9bad031 100644 --- a/README.md +++ b/README.md @@ -39,30 +39,15 @@ Defines a standard format for storing and sharing business logic. A clear set of > _Morphir’s automated processing helps disseminate information which otherwise may not be understood or shared at all, a useful tool when brining elements of business logic to conversation outside of its immediate audience (i.e developers)._ -## FINOS Morphir Resources -### Documentation -If you want to start using Morphir, start with the [Documentation](docs/). - -### Other Resources -If you're interested in learning more about the project, [Morphir Resource Centre](https://resources.finos.org/morphir/), has many links. - -| Episode | Description | -| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| | Introduction to the Morphir Showcase | -| | What Morphir is with Stephen Goldbaum | -| | How Morphir works with Attila Mihaly | -| | Why Morphir is Important – with Colin, James & Stephen | -| | The Benefits & Use Case of Morphir with Jane, Chris & Stephen | -| | How to get involved – Closing Panel Q&A | -| | Morphir Showcase – Full Show | -# An ecosystem of innovative features +## Documentation +If you want to start using Morphir, start with the [Documentation](docs/). -Supporting the development of your business' needs in an ever-developing ecosystem based on firm standards and the integration of new languages. +## Other Resources +[List of media](docs/media.md) -Check out [Stephen Goldbaum's Morphir Examples on GitHub](https://github.com/stephengoldbaum/morphir-examples/tree/master/tutorial) -# Further reading +### Further reading | Introduction & Background | Using Morphir | Applicability | | :------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------- | @@ -72,18 +57,6 @@ Check out [Stephen Goldbaum's Morphir Examples on GitHub](https://github.com/ste | [What's it all about?](./docs/whats_it_about.md) | [Modeling Decision Tables](https://github.com/finos/morphir-examples/tree/master/src/Morphir/Sample/Rules) | | | [Why we use Functional Programming?](./docs/why_functional_programming.md) | [Modeling for database developers](./docs/modeling/modeling-for-database-developers.md) | -# Development setup - -Morphir is a collection of tools. Each tool is in its own repo with its own installation instructions. The main development tools, and the best place to get started, are currently in [Morphir Elm](https://github.com/finos/morphir-elm). - -## Usage example - -Morphir tools can be used to optimize a wide range of development tasks. For example, Morphir can be used to define and automated development of an entire service. The [Morphir Dapr](https://github.com/finos/morphir-dapr) project is example of this. - -Another good use of Morphir is to define shared rules than can be used across heterogeneous systems. This can be useful for initiatives like open-source Reg Tech models that are shared across firms. [Morphir LCR](https://github.com/finos/morphir-examples/tree/main/tests/Morphir/Sample/Reg/LCR) presents a good example of this. - -More Morphir examples can be found at [Morphir Examples](https://github.com/finos/morphir-examples/). - ## Roadmap List the roadmap steps; alternatively link the Confluence Wiki page where the project roadmap is published. diff --git a/docs/media.md b/docs/media.md new file mode 100644 index 000000000..3a2187ede --- /dev/null +++ b/docs/media.md @@ -0,0 +1,14 @@ +# Media About Morphir + +If you're interested in learning more about the project, [Morphir Resource Centre](https://resources.finos.org/morphir/), has many links. + +| Episode | Description | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | +| | Introduction to the Morphir Showcase | +| | What Morphir is with Stephen Goldbaum | +| | How Morphir works with Attila Mihaly | +| | Why Morphir is Important – with Colin, James & Stephen | +| | The Benefits & Use Case of Morphir with Jane, Chris & Stephen | +| | How to get involved – Closing Panel Q&A | +| | Morphir Showcase – Full Show | +