All Projects → KonstantinosX → graphgen-project

KonstantinosX / graphgen-project

Licence: other
A Python wrapper over the GraphGen system

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to graphgen-project

radb
RA (radb): A relational algebra interpreter over relational databases
Stars: ✭ 48 (+54.84%)
Mutual labels:  databases, relational
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+14677.42%)
Mutual labels:  analytics, databases
Hyperspace
An open source indexing subsystem that brings index-based query acceleration to Apache Spark™ and big data workloads.
Stars: ✭ 246 (+693.55%)
Mutual labels:  analytics, databases
monitoring-analytics
R statistical computing and graphic tool for Zabbix monitoring metrics from data scientists
Stars: ✭ 25 (-19.35%)
Mutual labels:  analytics
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (+209.68%)
Mutual labels:  databases
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+58.06%)
Mutual labels:  analytics
Excel-VBA-Data-Functions
Excel VBA Functions Package for Business Data Analysts. VBA has a reputation among some for being a "step child" programming language, however it enables practitioners to deliver real value to their local business units quickly.
Stars: ✭ 44 (+41.94%)
Mutual labels:  analytics
awesome-AI-kubernetes
❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc
Stars: ✭ 95 (+206.45%)
Mutual labels:  analytics
Stop.Google.Analytics.Ghost.Spam.HOWTO
How to stop Google Analytics "Ghost" Spam using a well curated list of spam referrer domains and web sites. Simple and easy to use with instructions for creating Segments in Google Analytics using our google-exclude files.
Stars: ✭ 21 (-32.26%)
Mutual labels:  analytics
orm-qt
Object Relation Mapping with Qt library
Stars: ✭ 32 (+3.23%)
Mutual labels:  databases
Credit
An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.
Stars: ✭ 18 (-41.94%)
Mutual labels:  analytics
web-analytics-handbook
Handbook - Rendezvous between developers and web data
Stars: ✭ 23 (-25.81%)
Mutual labels:  analytics
open-semantic-desktop-search
Virtual Machine for Desktop Search with Open Semantic Search
Stars: ✭ 22 (-29.03%)
Mutual labels:  analytics
olliePy
OlliePy is a python package which can help data scientists in exploring their data and evaluating and analysing their machine learning experiments by utilising the power and structure of modern web applications. The data scientist only needs to provide the data and any required information and OlliePy will generate the rest.
Stars: ✭ 46 (+48.39%)
Mutual labels:  analytics
WinAnalytics
A light-weight android library that can be quickly integrated into any app to use analytics tools.
Stars: ✭ 23 (-25.81%)
Mutual labels:  analytics
SER-datasets
A collection of datasets for the purpose of emotion recognition/detection in speech.
Stars: ✭ 74 (+138.71%)
Mutual labels:  databases
AEM-DataLayer
Simple DataLayer API for Adobe Experience Manager
Stars: ✭ 33 (+6.45%)
Mutual labels:  analytics
analytics reading list
a collection of books, articles, and tutorials to learn and apply analytics
Stars: ✭ 16 (-48.39%)
Mutual labels:  analytics
microservices-datadriven
Sample code of application examples to build microservices with converged Oracle database and multi-cloud / hybrid cloud services
Stars: ✭ 28 (-9.68%)
Mutual labels:  databases
osm-teams
Teams for OpenStreetMap! Check the beta 👉
Stars: ✭ 14 (-54.84%)
Mutual labels:  analytics

GraphgenPy

A Python Wrapper for the GraphGen library

For more information and a great tutorial on the Python wrapper for GraphGen, please see Efficient Graph Analytics on top of Relational Data.

Quickstart

This quickstart will show you how to get started using the example code. First install the graphgenpy module as follows:

$ python setup.py install

You can now load a test DBLP database to use for the examples. First, edit the file in examples/load-graphgen-testdb.py on lines 19 and 20 to insert your PostgreSQL specific username and password, then run it as follows:

$ python examples/load-graphgen-testdb.py

You can now execute GraphGen with the DBLP example:

$ python examples/python-dblp-example-graphgen.py

If you have any questions, please submit an issue on Github!

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].