Silly question for the static webpage people here…
I want to put together a documentation webpage for a system that a few of us have developed. This isn't API documentation, but rather end-user documentation. Some of it will discuss deployment instructions, but there'll be a lot of diagrams and […]
Herdsim, a Distributed Systems Simulator written in Pony
www.mirkomariotti.it/posts/2026-0...
#projects #herdsim #ponylang #simulator #distributed #distributed_systems #distributed_computing #graphviz
Fraud is big business.
In this blog, Amber Lennox walks you through a straightforward fraud detection exercise using @aerospikedb.bsky.social Graph and G.V() to analyze #banking data and accurately identify fraudulent transactions in no time:
gdotv.com/blog/aerospi...
#finserv #graphviz
The Weekly Edge:
Discover what’s new this week in graph technology, including a big acquisition, a pre-seed investment, a 360-degree take on Connected Data London, new Gremlin benchmarks, and more.
Catch it here: gdotv.com/blog/weekly-...
#graphviz #graphdatabases #RDF #AWS
Big news! Today, we’re thrilled to announce that G.V() has received a £500,000 (~US$660,000) pre-seed investment round from Techstart Ventures! 🎉🥳💰
There are many, many people to thank, but let's start with the story of how we got to this moment: gdotv.com/blog/first-c...
#graphviz #graphdatabases
This week's headlines from the world of #graphdatabases and graph tech:
* Meet #RyuGraph
* #Dgraph finds a new patron
* Dave Bechberger from #AWS talks AI memory
* Ontology design 101
* Gephi Lite v1.0 is here (ICYMI)
More here: gdotv.com/blog/weekly-...
#Kuzu #Ontologies #AmazonNeptune #Graphviz
Overview: HN discussed 'iongraph' as a custom Graphviz alternative. Topics included Graphviz nuances, benefits of specialized algorithms, challenges of large graph visualization, and alternative tools. A rich dive into graph tooling! #GraphViz 1/6
The Weekly Edge: The @GraphCouncil Has Spoken, @memgraphdb 3.5 Arrives, Preventing #FinCrime & More
// by @bwmerkl.bsky.social @gdotv.bsky.social
This week’s graph tech tl;dr: gdotv.com/blog/weekly-...
#graphdatabases #Neo4j #Kuzu #GraphViz
Had fun at work today showing off my #Graphviz skills ... the software architect's friend! Drew a complex diagram in "real time" during a meeting to successfully explain a system integration.
Just because something is old doesn't mean it is worthless; will that apply to me too in a few years?! 😀
The Weekly Edge: Graph Size Matters, a New #GraphDatabase, & (Somehow) a Guy Fieri #GraphViz [15 August 2025]
by @bwmerkl.bsky.social @gdotv.bsky.social
Read this human-curated graph news roundup here & every Friday: gdotv.com/blog/weekly-...
#DataViz #KnowledgeGraphs
— In UML create a comment note. — In UML diagrams, a **comment** (or “note”) is shown as a rectangle with a dog-eared corner. Graphviz can mimic this by using `shape=note`. Example in DOT: ```dot digraph UML_Comment { rankdir=LR; node [fontname="Arial", fontsize=12]; // Regular UML component A [label="«component»\nOrder Service", shape=component]; // UML comment Cmt [label="Processes orders\nand handles payments", shape=note, style=filled, fillcolor="#ffffcc"]; // Dashed association from comment to element Cmt -> A [style=dashed, arrowhead=none]; } ``` **Key points:** * `shape=note` → dog-eared corner rectangle. * `fillcolor` → makes the note background match UML style (light yellow is common). * `style=dashed, arrowhead=none` → matches UML’s “annotates” relationship from a comment to a model element. --- If you want, I can insert UML comment nodes into your **O1/O2 Graphviz diagram** to annotate entire clusters or specific tasks, so they look like sticky notes connected to the relevant part. Would you like me to do that?
Many years ago I contributed to #GraphViz code for several new node shapes, including UML notes. Now #ChatGPT advises me how to use them! 😃
A note-to-self blog post: Plain simple dependency diagram with GraphViz syslog.me/2025/07/30/p...
#graphviz #devops #diagram
Jokainen Suomen kansallispuisto on esitetty suunnillen oikeassa sijainnissaan joko ellipsinä (40 kpl) tai ympyränä (yksi).
Graphviz – kuten arvelinkin – tarjosi ratkaisun. Neato-algoritmillä graafin attribuuteiksi overlap=vpsc, overlap_scaling=0. Jokainen kansallispuisto fixedsize=true, shape=ellipse, overlap=false ja pos-attribuutti oikeaan kohtaan. Sitten kaikkien solmujen […]
[Original post on mastodon.social]
I edit a weekly tl;dr of graph tech news and resources for @gdotv.bsky.social called the Weekly Edge and here's the first edition: gdotv.com/blog/weekly-...
If you want to keep up with the world of #graphdatabases #graphviz and other #OSS graph tech, check it out.
For God’s sake, Ubuntu — Graphviz 2.42 was released more than 5 years ago! How much longer do we have to wait for you to catch up? This is ridiculous. Just don’t become another Debian stuck in the past.
#ubuntu #debian #graphviz
I'm having fun exploring ways to visualise the history of BINs in @boldsystems.bsky.social using #graphviz Below is the history of BOLD:AAH8697 which is a BIN highlighted by @rudolf-meier.bsky.social in doi.org/10.1111/cla..... Columns are time-slices and the coloured boxes are bins.
Next up at #KGC2025 is the winner of our startup competition: Congrats to the team at @gdotv.bsky.social !
G.V() is a graph database client and IDE that makes it easy to query, visualize, model, and explore your connected data.
#graphdatabases #knowledgegraphs #GraphViz
Проте вплинути на те, як краще розмістити вузли на діаграмі, на жаль, не можливо. Цього дуже бракує в більш складних діаграмах. В цьому сенсі 35-річний #graphviz все ще поза конкуренцією, навіть не зважаючи на свій трохи ускладнений синтаксис.
a configuration file for a graphviz dot layout
After calculating the service dimensions, the dot file gets generated and fed into the #graphviz dot algorithm. The output is used to create the final Graph object which is returned to the client and rendered. The node with id 2 is the Service in this case.
There are lots of options out there for doing this, many of them are tied to some framework or graphing engine. Since I'm rolling my own flow chart editor I needed a way to be able to invoke the layout algorithm.
After poking around for a while, I landed on the dot tool from graphviz.
#graphviz
Good article on #OpenSource diagramming tools for #SoftwareArchitects - #PlantUML, #GraphVIZ, #Mermaid etc. Still trying to wean off of #Visio, #OmniGraffle 🙂 .. thanks @cerbos.dev
The source code and documentation for GraphOptima are available on GitHub. github.com/smlabto/Grap... #SNA #NetworkScience #GraphViz
[New Paper + Source Code] GraphOptima: A graph layout optimization framework for visualizing large networks socialmedialab.ca/2025/01/20/g... #SNA #NetworkScience #GraphViz #AcademicSky
Trying to generate Entity Relationship Diagram from an Aurora Postgres 15.4 on AWS with SchemaSpy...
stackoverflow.com/questions/79385218/tryin...
#postgresql #graphviz #erd #schemaspy
Event Attributes
FTR, this paper was written entirely in #orgmode in #Emacs: a simple export to LaTeX and then upload resulting files (including images created via src blocks, e.g. with #gnuplot, #graphviz, and #PlantUML) to #arXiv. Thank you to all the code developers for all those tools for creating such a […]
A flow chart of the new GraphOptima framework's main modules: the Optimizer to explore the objective space of various solutions; the Layout Generator(s) to create a network layout based on a set of parameters; and the Layout Evaluator(s) to assess the readability of the resulting layout based on a set of readability metrics.
A scatter plot depicting the "Objective Space of Layout Solutions for a Randomly Generated ‘Price’ Network" The graphic shows the Pareto front as a scatter plot, representing possible layout solutions for a sample network with 10,000 nodes and 9,999 edges. The network is generated using a preferential attachment model. Each dot represents a ForceAtlas2 layout with specific parameter values for Scaling Factor, Gravity, and Max Iter (the number of iterations). The X, Y, and Z coordinates correspond to the values of the three readability metrics used for optimization: Crosslessness, Normalized Edge Length Variance, and Minimum Angle.
🚨[New Year, New Paper] 🚨Introducing "GraphOptima: A graph layout optimization framework for visualizing large networks (500k+ nodes/ 1M+ edges)" #SNA #SocialNetworkAnalysis #NetworkScience #GraphViz #HighPerformanceComputing www.sciencedirect.com/science/arti...
Played around with #graphviz visualization for part 2, but nothing jumped out at me. I guess it'll be the hard way. graphviz.org
Critical Path Method (CPM): Schedule Network Diagram #graphviz #javascript
youtube.com/shorts/gs7mv...