All Projects → wilkerlucio → Pathom3

wilkerlucio / Pathom3

Licence: epl-2.0
A library to model and process attribute relationships.

Programming Languages

clojure
4091 projects

Labels

Projects that are alternatives of or similar to Pathom3

React Json Graph
React component for rendering graphs
Stars: ✭ 71 (-21.11%)
Mutual labels:  graph
Graphmat
GraphMat graph analytics framework
Stars: ✭ 81 (-10%)
Mutual labels:  graph
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1304.44%)
Mutual labels:  graph
Spark
A simple Android sparkline chart view.
Stars: ✭ 1,178 (+1208.89%)
Mutual labels:  graph
Virtualhome
API to run VirtualHome, a Multi-Agent Household Simulator
Stars: ✭ 80 (-11.11%)
Mutual labels:  graph
Neo4j
Graphs for Everyone
Stars: ✭ 9,582 (+10546.67%)
Mutual labels:  graph
Bcalm
compacted de Bruijn graph construction in low memory
Stars: ✭ 69 (-23.33%)
Mutual labels:  graph
Deepwalk C
DeepWalk implementation in C++
Stars: ✭ 88 (-2.22%)
Mutual labels:  graph
Bitcoin Scraper
💲 bitcoin chart history scraper
Stars: ✭ 80 (-11.11%)
Mutual labels:  graph
Neo4jupyter
A quick visualization tool for Jupyter and Neo4J
Stars: ✭ 85 (-5.56%)
Mutual labels:  graph
Jrds
Another monitoring application, intentend to be simple to use and extensible.
Stars: ✭ 72 (-20%)
Mutual labels:  graph
Trustgraph
Decentralized trust ratings using signed claims
Stars: ✭ 75 (-16.67%)
Mutual labels:  graph
Vzl
💠 DOT Language Live Editor (GraphViz)
Stars: ✭ 83 (-7.78%)
Mutual labels:  graph
Pokemon Diagram
A mxGraph tutorial project
Stars: ✭ 72 (-20%)
Mutual labels:  graph
Pytorch2c
A Python module for compiling PyTorch graphs to C
Stars: ✭ 86 (-4.44%)
Mutual labels:  graph
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+1197.78%)
Mutual labels:  graph
Ai Paper Drawer
人工智能论文关键点集结。This project aims to collect key points of AI papers.
Stars: ✭ 82 (-8.89%)
Mutual labels:  graph
Redisgraph
A graph database as a Redis module
Stars: ✭ 1,292 (+1335.56%)
Mutual labels:  graph
Diffract
A set of d3 based visualization components built for React
Stars: ✭ 87 (-3.33%)
Mutual labels:  graph
Exram.gremlinq
A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.
Stars: ✭ 84 (-6.67%)
Mutual labels:  graph

Pathom 3

Pathom Logo

Logic engine for attribute processing for Clojure and Clojurescript.

Pathom3 is a redesign of Pathom, this is a new library and uses different namespaces.

Status

Alpha, avoid for critical parts. Recommended for enthusiasts and people looking to help and chasing bugs and help improve the development of Pathom.

Install

While in alpha state, this library is only available as a git deps dependency.

{:deps {com.wsscode/pathom3 {:git/url "https://github.com/wilkerlucio/pathom3"
                             :sha     "FIND_LATEST_ON_GITHUB"}}}

Documentation

https://pathom3.wsscode.com/

Run Tests

Clojure

./script/test

ClojureScript

npm install
npx shadow-cljs compile ci
npx karma start --single-run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].