Giter Club home page Giter Club logo

mesh's Introduction

License Stack Overflow Join the chat at https://gitter.im/gentics/mesh Quality Gate Status CLA assistant

Gentics Mesh is an Open Source API-first CMS for developers. All contents can be stored/updated and retrieved using the REST API.

Setup / Installation

docker run -p 8080:8080 gentics/mesh-demo:0.34.0
npm install mesh-cli -g
mesh docker start -t 0.34.0 -p 8080
java -jar mesh-demo-0.34.0.jar

Demo

GraphQL API

query webroot($path: String) {
  node(path: $path) {
    fields {
      ... on vehicle {
        name
        description
        vehicleImage {
          uuid
          path
          fields {
            ... on vehicleImage {
              image {
                height
                width
                dominantColor
              }
            }
          }
        }
      }
    }
  }
}
---
{
  "path": "/yachts/indian-empress"
}

UI

Gentics Mesh automatically ships with a UI which allows you to browse your contents.

https://demo.getmesh.io/mesh-ui

Login: admin/admin

Example Frontend

https://demo.getmesh.io/demo

Features

  • GraphQL API
  • Content events via websocket
  • Document level permissions
  • Versioned content
  • Webroot API for easy integration with modern routing frameworks
  • Search API powered by Elasticsearch
  • Image API
  • Tagging API
  • Cluster support
  • Monitoring support
  • Graph database at its core
  • Docker support
  • Kubernetes support

alt tag

Typical usage

You can retrieve stored contents via the REST or GraphQL API.

First things first: you need to authenticate, otherwise you will not be able to access your data.

You can post your credentials via JSON, use basic auth or send a JWT header - the choice is yours. If you open that URL in a browser, you will most likely authenticate using basic auth.

IDE Setup - Eclipse

Make sure that you use at least Eclipse Neon.

Install the following maven m2e workshop plugins:

  • m2e-apt-plugin

Note: Make sure that your Eclipse Maven APT settings are set to "Automatically configure JDT APT". If you don't find this option, you most likely need to install the M2E APT Plugin for eclipse.

Import all maven modules in your IDE.

Please note that this project is using Google Dagger for dependency injection. Adding new dependencies or beans may require a fresh build (via Project->Clean) of the mesh-core/mesh-api modules.

mesh's People

Contributors

jotschi avatar genticsdev avatar npomaroli avatar aschauerhuber avatar yrucrem avatar philippguertler avatar michaelbromley avatar bernhardriegler avatar jdbranham avatar mephinet avatar deckdom avatar onerandomgig avatar berni2288 avatar alshain avatar medv avatar trecloux avatar

Watchers

James Cloos 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.