GithubHelp home page GithubHelp logo

toeklk / greycat-samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bogdan-toader/greycat-samples

0.0 3.0 0.0 1.18 MB

A sample repo for how to start with GreyCat

License: Apache License 2.0

Java 100.00%

greycat-samples's Introduction

GreyCat: samples

This project contains minimalist but easy to hack GreyCat samples. These samples highlight the most important features implemented in Core, Core JS and the various plugins of GreyCat. This small project gives hints about temporal graphs illustrated as follow:

demo

0: pom.xml

This project define the classic way to import GreyCat in your code using maven. Have a look to the pom.xml definition that give you an illustration of the various dependencies that you can use.

1: Minimal.java

The GreyCat hello world, covers node creation, attributes and relationships manipulation in a static graph example.

2: Temporal

Before everything, GreyCat is designed to handle temporal data. This sample shows the various temporal graph usage.

3: Index

Indexes are entry-points of GreyCat to be declared by developers to enable fast access to specific nodes. This sample highlights the various usage of indexing methods to index and find a node based on its attributes.

4: Server

Graph can be remotely accessed to design a client/server architecture. This sample shows how to expose your graph as a WebSocket server.

5: Client

Graph can remotely pull data from a remote server. Following this sample you will be able to connect a graph to its server.

6: Task

Avoiding the nested callback hell ! The Task API provides a nice API to chain actions and pipe asynchronous operations on top of GreyCat in order to avoid the nested callback hell.

7: Browser

TODO

greycat-samples's People

Contributors

assaad avatar dukeboard avatar gnain avatar

Watchers

James Cloos avatar Klaas Gadeyne avatar  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.