plume
Plume is a code representation benchmarking library with options to extract the AST from Java bytecode and store the result in various graph databases.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
Repository
Plume is a code representation benchmarking library with options to extract the AST from Java bytecode and store the result in various graph databases.
Basic Info
- Host: GitHub
- Owner: plume-oss
- License: apache-2.0
- Language: Scala
- Default Branch: master
- Homepage: https://plume-oss.github.io/plume-docs/
- Size: 4.46 MB
Statistics
- Stars: 73
- Watchers: 2
- Forks: 9
- Open Issues: 0
- Releases: 104
Topics
Metadata Files
README.md
Plume is a language front-end to construct ASTs based on the code-property graphs schema from JVM bytecode. Plume is graph database agnostic and can store the graphs to multiple graph databases.
Important
Plume is the original implementation of jimple2cpg. The frontend on Joern project is optimized around OverflowDB and is much more lightweight. This is project focuses on experimenting with incremental dataflow analysis and comparing database backend performance.
Versions < 0.6.3 of Plume were Kotlin based but versions from 1.0.0 onwards have been moved to a Scala implementation for better interfacing with the CPG schema library.
If your project depends on Plume I am happy to still provide maintenance and support, but I recommend any new research to begin on Joern where I also spend time providing help and support.
[!TIP] A
flatgraph-based fork in ondave/flatgraph. This is not merged into the default branch as the currentflatgraph.DiffGraphBuilderAPI is more encapsulated than OverflowDB's.
Quickstart
One can run Plume from the plume binary which will use OverflowDB as the graph database backend if no config is
found. If one would like to configure another backend then use the CLI arguments:
```bash Usage: plume [tinkergraph|overflowdb|neo4j|neo4j-embedded|tigergraph|neptune] [options] input-dir
An AST creator for comparing graph databases as static analysis backends. -h, --help input-dir The target application to parse. Command: tinkergraph [options]
--import-path
--storage-location
--hostname
--databaseName
--hostname
--hostname
For more documentation and basic guides, check out the project homepage or the ScalaDoc.
Important: If you are using the TigerGraph driver you need to install the gsql_client.jarand add it to an
environment variable called GSQL_CLIENT. Instructions are
here e.g.,
bash
curl https://docs.tigergraph.com/tigergraph-server/current/gsql-shell/_attachments/gsql_client.jar --output gsql_client.jar
export GSQL_HOME=`pwd`/gsql_client.jar
Remember to set the tgVersion correctly in the TigerGraphDriver.
[!WARNING]
At the time of writing, TigerGraph now ships Docker containers with licenses of restricted lifespans, thus killing access to older versions. Due to this, and some other moves to becoming more proprietary, I have been unable to support newer versions of Tigergraph.
Community
- Joern's Discord.
- Plume is primarily maintained by David Baker Effendi
- DM on Twitter
- Email at dbe@sun.ac.za
Benchmarks
Plume specifies a benchmark binary which orchestrates running JMH benchmarks for AST creation with various graph
database backends. While the binary explains the available functions, the execution should be run within sbt, e.g.
sbt
Jmh/runMain com.github.plume.oss.Benchmark overflowdb testprogram -o output -r results --storage-location test.cpg
An automated script to run the benchmarks versus programs from the defects4j dataset is available under
runBenchmarks.sc, which can be executed with:
bash
scala runBenchmarks.sc
Known Bugs
- Due to module encapsulation in Java 17, Kryo serialization for
TinkerGraphDriverwill not work due to serialization errors. There are ways around this with some additional config, however. - When running benchmarks, the classpath is sometimes in an abnormal state, and the mutated JMH classes are missing. this usually resolves itself after re-running the process.
Logging
Plume uses SLF4J as the logging fascade.
Sponsored by

Owner
- Name: Plume CPG Analysis Library
- Login: plume-oss
- Kind: organization
- Email: dbe@sun.ac.za
- Website: https://plume-oss.github.io/plume-docs/
- Repositories: 3
- Profile: https://github.com/plume-oss
A Soot-based, open-source code-property graph (CPG) analysis library to project and incrementally analyze the CPG of programs in graph databases.
GitHub Events
Total
- Watch event: 6
Last Year
- Watch event: 6
Dependencies
- actions/checkout v2 composite
- actions/setup-java v1 composite
- codecov/codecov-action v1 composite
- actions/checkout v2 composite
- actions/setup-java v1 composite
- webfactory/ssh-agent v0.5.4 composite
- actions/checkout v2 composite
- actions/create-release v1 composite
- actions/setup-java v1 composite
- tigergraph/tigergraph 3.9.3-1 build