All Projects → hardikvasa → database-journal

hardikvasa / database-journal

Licence: MIT license
Databases: Concepts, commands, codes, interview questions and more...

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 database-journal

Movies Javascript Bolt
Neo4j Movies Example with webpack-in-browser app using the neo4j-javascript-driver
Stars: ✭ 123 (+146%)
Mutual labels:  neo4j, graph-database
Neo4j 3d Force Graph
Experiments with Neo4j & 3d-force-graph https://github.com/vasturiano/3d-force-graph
Stars: ✭ 159 (+218%)
Mutual labels:  neo4j, graph-database
Neo4j Streams
Neo4j Kafka Integrations, Docs =>
Stars: ✭ 126 (+152%)
Mutual labels:  neo4j, graph-database
Activegraph
An active model wrapper for the Neo4j Graph Database for Ruby.
Stars: ✭ 1,329 (+2558%)
Mutual labels:  neo4j, graph-database
Bolt sips
Neo4j driver for Elixir
Stars: ✭ 204 (+308%)
Mutual labels:  neo4j, graph-database
Neo4j Core
A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem
Stars: ✭ 99 (+98%)
Mutual labels:  neo4j, graph-database
Neo4j Php Ogm
Neo4j Object Graph Mapper for PHP
Stars: ✭ 151 (+202%)
Mutual labels:  neo4j, graph-database
Neo4j Symfony
Symfony Bundle for the Neo4j Graph Database
Stars: ✭ 69 (+38%)
Mutual labels:  neo4j, graph-database
bagri
XML/Document DB on top of distributed cache
Stars: ✭ 40 (-20%)
Mutual labels:  document-database, nosql-database
Movies Python Bolt
Neo4j Movies Example application with Flask backend using the neo4j-python-driver
Stars: ✭ 197 (+294%)
Mutual labels:  neo4j, graph-database
Neo4j Apoc Procedures
Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            
Stars: ✭ 1,291 (+2482%)
Mutual labels:  neo4j, graph-database
neo4j-faker
Use faker cypher functions to generate demo and test data with cypher
Stars: ✭ 30 (-40%)
Mutual labels:  neo4j, graph-database
Neo4j
Graphs for Everyone
Stars: ✭ 9,582 (+19064%)
Mutual labels:  neo4j, graph-database
Libneo4j Client
neo4j-client -- Neo4j Command Line Interface (CLI)
Stars: ✭ 121 (+142%)
Mutual labels:  neo4j, graph-database
Neo4j sips
Elixir driver for the Neo4j graph database server
Stars: ✭ 78 (+56%)
Mutual labels:  neo4j, graph-database
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (+158%)
Mutual labels:  neo4j, graph-database
Neo4j Tableau
Neo4j Tableau Integration via WDC
Stars: ✭ 56 (+12%)
Mutual labels:  neo4j, graph-database
Movies Java Bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
Stars: ✭ 66 (+32%)
Mutual labels:  neo4j, graph-database
Neo4j Etl
Data import from relational databases to Neo4j.
Stars: ✭ 165 (+230%)
Mutual labels:  neo4j, graph-database
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (+328%)
Mutual labels:  neo4j, graph-database

Database Journal

images/types_of_dbs.png

This repository is a collection of all-things database. It includes some fundamental concepts of databases, code samples, interview questions and more.

Index:

Database commands

DBMS Model Description Runtime Link
MySQL Relational Mysql basic commands Shell link
MongoDB Document MongoDB basic commands Shell link

Code Samples

This section contains sample codes for database operations. For python, there are several options like mysql-connector, pymysql, MySQLdb, SqlAlchemy, etc.

DBMS Model Description Runtime Sample Code Docs
MySQL Relational Python mysql connector code sample Python link docs
MySQL Relational PyMySQL code sample Python link docs
PostgreSQL Relational PostgreSQL using psycopg2 code sample Python link docs
MongoDB Document MongoDB NoSQL database code sample Python link docs
SQS Queue AWS Simple Queue Service operations Python link docs
ActiveMQ Queue MQ Producer and MQ Consumer Python link, link docs
ActiveMQ Queue MQ Producer and MQ Consumer Java link, link docs
OracleDB Relational OracleDB sample code Python link docs
Kinesis Stream AWS Kinesis stream sample code. Python link, link docs
Redis In-memory Redis code sample in python. Python link docs
Neo4j Graph Graph database using neo4j-driver Python link docs
DynamoDB Document DynamoDB basic operations Python link docs
ElasticSearch Search ElasticSearch basic operations Python link docs
AWS Neptune Graph Connecting to AWS Neptune with Gremlin Python link docs
Cassandra Wide-column Cassandra basic operations Python link docs
Amazon Aurora MySQL Basic Operations for Aurora DB Python link docs

DBMS comparison chart

This section some characteristics and comparison points between different database technologies.

Property Relational DB NoSQL DB Document DB In-memory DB Graph DB Search DB Time-series DB Ledger DB Queues Streams
Type Relational Non-Relational Non-Relational Non-Relational Relational Non-Relational Relational Non-Relational Non-Relational Non-Relational
Data Structured Un-structured Un-structured Un-structured Un-structured Semi-structured Structured Chain Un-structured Un-structured
Data format Records, tuples JSON JSON JSON N/A JSON JSON JSON Objects Objects
Scalability Vertical Horizontal Horizontal Horizontal Horizontal Horizontal Horizontal Horizontal Horizontal Horizontal
Record type Flat Hierarchical Hierarchical Hierarchical Hierarchical Hierarchical Flat, Hierarchical Hierarchical Objects Objects
Applications CRM, Finance Shopping cart Content Management Leaderboards Social media Product catalog IoT applications Cryptocurrency Queuing tasks Weather data
Complex queries Yes No No No No No No No N/A N/A
Property ACID CAP theorem CAP theorem CAP theorem CAP theorem CAP theorem ACID N/A N/A N/A
Engine(s) MySQL, PostgresSQL Cassandra, DynamoDB MongoDB, DocumentDB Redis, Memcached Neo4j Elasticsearch InfluxDB AWS QLDB ActiveMQ, AWS SQS Apache Kafka, AWS Kinesis

Contributing

Anyone is welcomed to contribute to this repository. If you would like to make a change, open a pull request. For issues and discussion visit the Issue Tracker. Additional articles and workshops can be found on website.

Disclaimer

The contents of this repository is merely for educational purpose. The content may not be accurate or up-to-date.

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