{"id":15159665,"url":"https://github.com/vaxdata22/nosql-and-big-data-demonstration","last_synced_at":"2026-02-13T06:10:25.874Z","repository":{"id":250296745,"uuid":"834057016","full_name":"vaxdata22/NoSQL-and-Big-Data-demonstration","owner":"vaxdata22","description":"This is a fun assignment task I undertook to explore the world of NoSQL and Big Data. technologies.","archived":false,"fork":false,"pushed_at":"2025-03-19T11:57:28.000Z","size":8992,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T12:34:57.901Z","etag":null,"topics":["apache-hive","cassandra-cql","cypher-query-language","data-warehouse","hadoop-hdfs","json","mongodb","neo4j","nosql-databases","redis"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaxdata22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-26T10:19:18.000Z","updated_at":"2025-03-19T11:57:31.000Z","dependencies_parsed_at":"2024-08-23T02:10:45.389Z","dependency_job_id":"263c5229-3af5-4cd4-9b19-9545d39e4814","html_url":"https://github.com/vaxdata22/NoSQL-and-Big-Data-demonstration","commit_stats":{"total_commits":201,"total_committers":1,"mean_commits":201.0,"dds":0.0,"last_synced_commit":"cd56017c7e637bbb3b60c5a1b7d08a5d8de1578a"},"previous_names":["vaxdata22/nosql-and-big-data-demonstration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxdata22%2FNoSQL-and-Big-Data-demonstration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxdata22%2FNoSQL-and-Big-Data-demonstration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxdata22%2FNoSQL-and-Big-Data-demonstration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaxdata22%2FNoSQL-and-Big-Data-demonstration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaxdata22","download_url":"https://codeload.github.com/vaxdata22/NoSQL-and-Big-Data-demonstration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247699617,"owners_count":20981578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-hive","cassandra-cql","cypher-query-language","data-warehouse","hadoop-hdfs","json","mongodb","neo4j","nosql-databases","redis"],"created_at":"2024-09-26T21:41:16.847Z","updated_at":"2026-02-13T06:10:25.833Z","avatar_url":"https://github.com/vaxdata22.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoSQL \u0026 Big Data demonstration\n\nThis was a fun assignment I undertook to explore the world of NoSQL and Big Data.\n\n## Overview\n\nNoSQL databases, unlike relational databases, can handle semi-structured and unstructured data.\n\nI also experimented with Hive data warehouse implementation as a kind of Big Data concept.\n\nThis repository is divided into six (6) sections: Redis, Cassandra, MongoDB, Neo4j, and Hive DW.\n\n\u003cbr\u003e\n\n## Section 1 - Redis\n\nIn this section, I explored working with the Redis database technology. \n\nRedis is a popular key-value pair kind of NoSQL database technology.\n\nRedis uses its Redis CLI set of query commands for handling data.\n\n[Click here to go to the Redis section.](projects/Redis.md)\n\n\u003cbr\u003e\n\n## Section 2 - Cassandra\n\nIn this section, I explored working with the Cassandra database technology. \n\nApache Cassandra is a widely used columnar kind of NoSQL database technology.\n\nCassandra uses its Cassandra Query Language (CQL) for handling data management.\n\n[Click here to go to the Cassandra section.](projects/Cassandra.md)\n\n\u003cbr\u003e\n\n## Section 3 - MongoDB\n\nIn this section, I explored working with the MongoDB database technology. \n\nMongoDB is a popularly used document-oriented NoSQL database technology.\n\nMongoDB uses its MongoDB Query Language (MQL) for handling data management.\n\n[Click here to go to the MongoDB section.](projects/MongoDB.md)\n\n\u003cbr\u003e\n\n## Section 4 - JSON\n\nIn this section, I explored working with the JSON database technology. \n\nJSON is another widely used document-oriented NoSQL database technology.\n\nJSON is a safer alternative to XML which is another document-oriented database.\n\n[Click here to go to the JSON section.](projects/JSON.md)\n\n\u003cbr\u003e\n\n## Section 5 - Neo4j\n\nIn this section, I explored working with the Neo4j database technology. \n\nNeo4j is a very popular graph database and an example of NoSQL technology.\n\nNeo4j uses its Cypher Query Language (CQL) for handling data management.\n\n[Click here to go to the Neo4j section.](projects/Neo4j.md)\n\n\u003cbr\u003e\n\n## Section 6 - Hive DW\n\nIn this final section, I experimented with the Hive/Hadoop Big Data technology. \n\nHadoop is a framework providing a platform for other applications to query/process Big Data.\n\nApache Hive is an SQL-based application that processes the data using Hive Query Language (HQL).\n\nI need to mention here that this implementation on Hive is just to demonstrate code.\n\nIt's not necessarily about the output of the queries (which seem verbose and unorganized).\n\n[Click here to go to the Hive DW section.](projects/Hive-DW.md)\n\n\u003cbr\u003e\n\n_Thank you for going through my project!_\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaxdata22%2Fnosql-and-big-data-demonstration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaxdata22%2Fnosql-and-big-data-demonstration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaxdata22%2Fnosql-and-big-data-demonstration/lists"}