JonNode28 / malle

A Malleable CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphter

A generic data management framework.

Your data is not so special. Graphter allows humans to manage any data structure, starting with its own configuration files.

  1. Generic - compose any data structure from primitive data types
  2. Modular & Swappable - just a series of interfaces with some pre-built implementations
  3. Customisable - easily take control where needed
  4. Frontend agnostic - it manages data, what you do with it is up to you

Packages

  1. Core - framework interfaces
  2. Renderers - iterates model configuration and renders CMS UI
    1. React
    2. Angular (roadmap)
  3. Node Renderers - a basic set of content types (e.g. string, object, list, html text, etc...)
    1. React
    2. Angular (roadmap)
  4. Validation - validates your data, client and server side
    1. JsonSchema
    2. YUP (roadmap)
  5. Persistence
    1. PouchDB + FlexSearch.js (local)
    2. MongoDB + Elasticsearch + S3
    3. Postgres + Elasticsearch + S3
  6. API Layer
    1. GraphQL schema generator
    2. Apollo bootstrapper
    3. Express bootstrapper (roadmap)
    4. Koa bootstrapper (roadmap)
  7. Infrastructure Provisioner (priority TBD)
    1. Terraform
    2. Pulumi
  8. Eventing
    1. JS events (local)
    2. SQS

Short term priorities

Why bother having anything else?

Medium term plan

Start throwing different data management scenarios at it and iterating as stresses are found and remedied.

For example:

  1. CRM
  2. Risk assessment workflows
  3. Inventory management
  4. Invoicing and timesheeting
  5. 2D canvas systems (e.g. Mural)
  6. Media library management

Long term

Provide managed solutions of the open source tooling.

Contributing

See Contributing Docs

About

A Malleable CMS


Languages

Language:JavaScript 54.1%Language:TypeScript 42.8%Language:CSS 1.8%Language:HTML 0.9%Language:SCSS 0.2%Language:Shell 0.1%Language:Sass 0.1%