Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

NoSQL

A NoSQL database refers to a database whose storage format is modeled differently from relational databases. Often NoSQL databases opt for simpler horizontal scaling to clusters of servers. NoSQL databases are often used for large data web applications.

https://github.com/maestre3d/dynamoql-go

An ORM-like lightweight toolkit for Go applications interacting with Amazon DynamoDB.

database dynamodb golang golang-library nosql orm-library toolkit

Last synced: 15 Dec 2024

https://github.com/stargate/dynamodb-adapter

A DynamoDB adapter for Apache Cassandra

cassandra dynamodb nosql stargate

Last synced: 12 Nov 2024

https://github.com/rdalmarco/sqlandnosql

Consultas e manipulações em banco de dados relacionais e não relacionais

javascript json mongodb nosql plpgsql postgresql sql

Last synced: 08 Jan 2025

https://github.com/hanoglu/purephpdatabase

PurePHPDatabase is a very minimal database written to use on the limited accessed server.

database database-client database-server lightweight nosql nosql-database php server storage

Last synced: 06 Dec 2024

https://github.com/yuryalencar/todoappinreactjs

This is a Sample of use the ReactJS and Node.js for development a simple Todo Application.

javascript mongodb node node-js nodejs nosql nosql-database react reactjs todo-list todoapp todolist

Last synced: 04 Jan 2025

https://github.com/randomhashtags/swift-database

Standalone library enabling communication with your favorite databases in Swift.

databases microsoft-sql-server mongodb multiplatform nosql oracle-database postgresql sql swift

Last synced: 06 Jan 2025

https://github.com/lebrancconvas/honekrabuay

The platform for requesting an issue to broadcast on "Honekrabuay" (Parody Name) TV Show.

express expressjs material-ui mern-stack mongodb nodejs nosql personal-project react react-router reactjs side-project

Last synced: 08 Jan 2025

https://github.com/lisez/clerk

An executable JSON validator with JSON schema to validate documents from local files or databases.

cli golang json json-schema mongodb nosql validator

Last synced: 10 Nov 2024

https://github.com/dsevilla/jisbd17-nosql

Material para el tutorial de NoSQL en JISBD 2017.

docker hbase mongodb neo4j nosql sql

Last synced: 24 Nov 2024

https://github.com/solenoden/mern-pet-memorial

MERN Pet Memorial is a website for pet owners who wish to memorialise their beloved furry/scaly friends who have passed away.

javascript mongodb node nodejs nosql project-13818368 react reactjs skill-backend-development skill-frontend-development skill-no-sql tech-javascript tech-mongodb tech-node tech-react

Last synced: 11 Jan 2025

https://github.com/tonylapoche/mon-vieux-grimoire

Ce projet est une API REST sécurisée, développée dans le cadre de mes études de développeur Web chez OpenClassrooms. Destinée au site "MonVieuxGrimoire.com", elle permet de gérer l'authentification des utilisateurs ainsi que les opérations CRUD sur une collection de livres stockés dans une base de données MongoDB. L'API intègre des middlewares.

api-rest authentication-middleware guard middleware mongodb mongoose nodejs nosql shark

Last synced: 09 Dec 2024

https://github.com/tuancamtbtx/backend-engineer-roadmap

Backend Engineer Roadmap for Beginners

backend-api java mysql nodejs nosql

Last synced: 02 Jan 2025

https://github.com/kalwar/firestore-react-tutorial

a simple firestore react tutorial (CRUD) operation

crud firestore nosql reactjs

Last synced: 17 Nov 2024

https://github.com/gabrielsiqueiragama/banco_de_dados

Estudo sobre bancos de dados, utilizando MySQL e aprofundando conhecimentos de Git na pratica ao decorrer do projeto🛢🛢

database mongodb mysql nosql

Last synced: 11 Jan 2025

https://github.com/jacobgh2/airbnb_nosql_paper

Report of findings from NoSQL database operations using the MongoDB aggregation framework.

mongodb nosql

Last synced: 30 Nov 2024

https://github.com/edenwareapps/jexidb

JexiDB is a pure JS NPM library for managing data on disk efficiently, without the need for a server.

couchdb data-management database db dexie dexiejs embedded-database fast-database jexidb local-storage lowdb nedb nosql offline-database persistent-storage pouchdb simple-database

Last synced: 15 Nov 2024

https://github.com/learnwithfair/mongodb-documentation

MongoDB documentation with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]

database documentation learn-with-fair learnwithfair mern mern-stack mongodb mongodb-atlas nosql rahatul-rabbi rahatulrabbi webdevelopment

Last synced: 09 Jan 2025

https://github.com/nix7amcm/inspirational-quote-generator

This is an inspirational quote generator project to learn how to run scripts in AWS with Next.js

amplify api appsync appsync-graphql-api aws aws-dynamodb aws-lambda database dynamodb glassmorphism graphql lottie-animation nextjs nodejs nosql serverless typescript

Last synced: 19 Nov 2024

https://github.com/the-sabra/o-commerce

I'am apply the MVC Pattern and auth with node and Express.js with NoSQL DB (MONGODB) and ODM (MONGOOSE)

express expressjs javascript js mongodb mongoose mvc-architecture nosql nosql-database npm odm

Last synced: 12 Jan 2025

https://github.com/luismarchio03/golang_migration_system

A database migration system in Go (Golang) that centralizes functions for managing database migrations across different database types, including MySQL, PostgreSQL, and FirebirdSQL. The project includes automated testing and Docker integration to facilitate migration management and execution in development and production environments.

ci-cd database functional-programming github-actions go golang lib library migration nosql sql

Last synced: 21 Nov 2024

https://github.com/ztrzaska/mongodb

Mongo noSQL embedded database with REST API

mongo mongodb nosql nosql-database spring-boot swagger swagger-ui

Last synced: 01 Dec 2024

https://github.com/ankansaha/axiodb

A fast, lightweight, and scalable open-source DBMS for modern apps. Supports JSON-based data storage, simple APIs, and secure data management. Ideal for projects needing efficient and flexible database solutions.

algorithms data-structures database javascript json nodejs nosql

Last synced: 08 Jan 2025

https://github.com/tomoyane/docker-databases

Docker database for verify RDBMS and NoSQL and Graph and Time Series Data

cassandra docker docker-compose etcd graph influxdb mongodb neo4j nosql rdbms time

Last synced: 10 Jan 2025

https://github.com/canayter/food-hygiene-rating-data

Analyzing the UK Food Standards Agency's food hygiene rating data for various establishments across the United Kingdom, using MongoDB and Jupyter Notebook. The goal is to help food magazine editors at Eat Safe, Love decide where to focus future articles by updating the database and performing exploratory analysis.

jupyter-notebook mongodb nosql

Last synced: 09 Jan 2025

https://github.com/ruanbekker/flask-tiny-url-shortener-flata

URL Shortener using Flask backed by Flata

css flask flata html nosql python url-shortener waitress

Last synced: 07 Jan 2025

https://github.com/juancarlosaguilarb/bordify-cqrs-example

This project is an example of CQRS (Command Query Responsibility Segregation) architecture implementation in a Spring Boot based system. The objective is to separate read and write operations on the database to improve the scalability and efficiency of the system.

cqrs cqrs-pattern ddd-architecture hexagonal-architecture jwt nosql postgresql redis spring-boot

Last synced: 22 Dec 2024

https://github.com/novasush/mongodbnodejsapi

This repository contains end to end tutorial for writing Rest Api on node js with mongo db and deploying with docker as a microservice

api api-restful docker docker-compose docker-composer docker-container docker-image docker-images dockerfile mongodb mongodb-database mongoose node-js nodejs nodejs-api nodejs-mongodb nodejs-server nosql postman-test rest-api

Last synced: 16 Nov 2024

https://github.com/christopher-dabrowski/bibliography-cloud

Projekt realizowany w trakcie laboratoriów Programowanie aplikacji mobilnych i webowych

flask form-validation javascript nosql react rest-api spring-boot university-project webapp

Last synced: 23 Nov 2024

https://github.com/omar-csse/twitter-streamer

Node.js app to stream tweets and apply live sentiment analysis on them. Also dockerize the app in a container and scale the app on AWS

aws docker docker-compose javascript mongodb nodejs nosql sentiment-analysis socket-io twitter-api

Last synced: 08 Nov 2024

https://github.com/oeo/datum

sls backend framework with incredibly fast prototyping speed

coffeescript continuous-integration mongodb nodejs nosql redis serverless

Last synced: 06 Dec 2024

https://github.com/fatiharslan-cmd/kafka-spark-cassandra-expense-tracker

A real-time data pipeline using Kafka, Spark, and Cassandra for processing and storing credit card expenses. Includes a Spring Boot application for retrieving personnel data from MySQL, storing images in S3, and displaying employee details with expense reports on a web interface.

apache-cassandra apache-spark aws-s3 big-data data-pipeline data-processing expense-tracking java kafka mysql nosql real-time spring-boot

Last synced: 11 Dec 2024

https://github.com/wsdt/wavect_base

Base project for Social Startup 'Wavect' repos and most essential files under '/files_github'.

app nodejs nosql react reactnative startup typescript website

Last synced: 28 Dec 2024

https://github.com/simonprickett/redis-counter

Counting with Redis, a Raspberry Pi with TM1637 8 segment display and a web interface. Code in Python and Node.js

nodejs nosql python redis

Last synced: 17 Dec 2024

https://github.com/fabiannorbertoescobar/java-db-connections-ejercicios

ABMs y Apps con diferentes conexiones a bases de datos SQL, noSQL y XML.

abm bson crud dom hibernate hql java javascript jaxb jdbc json mongodb mongodb-driver mvc mysql nosql sax sql sqlite xml

Last synced: 05 Jan 2025

https://github.com/nyrta1/todolist

Organize your tasks using Golang and NoSQL in your To-Do List.

golang nosql

Last synced: 24 Nov 2024

https://github.com/m-mdy-m/sql-vs-nosql

Examinando SQL e NoSQL e comparando-os

articles mon mysql noejs nosql sql

Last synced: 14 Dec 2024

https://github.com/dmarzzucco/hanlderstatuscodeshttpsforexpress

Class module to handle HTTP responses for Express, using standard status codes. The ResponseStatusHTTPS class makes it easy to create consistent and structured responses for different situations in a web application.

api backend express-js nodejs nosql solid-principles sql typescript

Last synced: 22 Nov 2024

https://github.com/pedrycz/nohibernate-core

Non-relational data mapping for Hibernate, useful for persisting Java interfaces

hibernate java nosql sql

Last synced: 22 Nov 2024

https://github.com/arden-rh/kill-the-hoff

A game where you play against another player to see who can "kill" the hoff quickest by reaction time. Using sockets and a database in MongoDB (no longer active).

api express group-project heroku html mongodb nosql nosql-database prisma school-assignment school-project scss socket-io typescript

Last synced: 12 Jan 2025

https://github.com/zelenko/pick

:mag_right: BASIC code for custom Eclipse ERP programs to use data from UniVerse database.

basic eclipse-erp eclipseerp nosql pick rocket rocket-universe u2 unibasic universe

Last synced: 19 Nov 2024

https://github.com/theryston/db-mycro

A node module with a json database that saves data in a specific directory, similar to sqlite, but in JSON

base crud data database db db-mycro javascript json jsondatabase nodejs nosql typescript

Last synced: 12 Dec 2024

https://github.com/obochurkin/go-scylladb

test app on how to work with scyllaDB + gin

gin gocql golang nosql scylladb

Last synced: 07 Dec 2024

https://github.com/chamodshehanka/angular7-material-crud

Angular 7.0.1 CRUD using Firebase firestore and Material Design and also Google Authentication.

angular angular7 firebase firestore google material material-design nosql oauth2

Last synced: 12 Dec 2024

https://github.com/seanox/xml-micro-exchange-php

XML and XPath based volatile NoSQL stateless micro datasource for data exchange for web applications and IoT (implementation for PHP)

cloud data-storage microservice nosql web-api xml xpath xslt

Last synced: 31 Dec 2024

https://github.com/manni2000/mongoose

Mongoose Documents

database mongodb mongoose nosql

Last synced: 17 Nov 2024

https://github.com/md-emon-hasan/mongodb

💾 This repository provides a collection of resources, code examples, and projects related to MongoDB, a popular NoSQL database management system.

database database-schema mongo mongo-db mongodb mongodb-database nosql nosql-database

Last synced: 10 Oct 2024

https://github.com/xieyuheng/fidb-zero

What if we use file system as database?

database db file filesystem fs nosql relational-database schemaless

Last synced: 17 Dec 2024

https://github.com/lullaby6/jnbase

NPM Package - Manipulates json files easily for use as lightweight databases

data-base database db javascript js js-package json json-database json-db node nosql npm npm-package

Last synced: 25 Nov 2024

https://github.com/soumyadip007/no-sql-mongo-db-with-spring-boot-rest-sonarlint

A NoSQL database provides a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases.

compass jackson java jpa mongodb mongorepository mvc-architecture nosql sonar sonarlint spring springboot

Last synced: 06 Jan 2025

https://github.com/abhirockzz/accs-cassandra

Develop a Cassandra based application on Oracle Application Container Cloud

cassandra java nosql oracle-application-container-cloud oracle-cloud

Last synced: 21 Dec 2024

https://github.com/beartocode/prisma-cache-nosql

📦 Cache Prisma queries results in a local NoSQL storage

acebase cache nosql prisma query

Last synced: 18 Dec 2024

https://github.com/abhirockzz/accs-mongodb

MongoDB + Hibernate OGM quick start using Oracle Application Container Cloud

apaas hibernate-ogm javaee jax-rs jersey jpa mongodb nosql oracle-application-container-cloud rest

Last synced: 21 Dec 2024

https://github.com/abhirockzz/accs-worker-redis

Worker Application on Oracle Application Container Cloud with Redis

job-queue nosql oracle-application-container-cloud oracle-cloud redis workers

Last synced: 21 Dec 2024

https://github.com/abhirockzz/accs-tomcat-redis-springsession

Tomcat Cluster on Oracle Application Container Cloud with Redis session persistence

httpsession nosql oracle-application-container-cloud oracle-cloud paas redis servlet spring-session

Last synced: 21 Dec 2024

https://github.com/abhirockzz/dynamodb-go-sdk-type-conversion

How to handle type conversions with the DynamoDB Go SDK

dynamodb golang nosql

Last synced: 21 Dec 2024

https://github.com/lukecav/wp-hazelcast

WordPress Object Cache using Hazelcast.

cache hazelcast memcached nosql wordpress wordpress-plugin

Last synced: 26 Nov 2024

https://github.com/GabrielHCataldo/go-mongo-template

🍃 Powerful Template for MongoDB, with all functions and interactions optimized and simple to use.

database go-mongo go-mongodb go-sql mongo mongodb mongodb-database nosql nosql-database

Last synced: 04 Oct 2024

https://github.com/airdac/sdm-property_graphs

Poperty graphs modelling in neo4j and Python. Team project from UPC's Master's Degree in Data Science

data-engineering data-science graph-data graph-data-science neo4j nosql python recommender-system upc

Last synced: 20 Dec 2024

https://github.com/estebanlm/tokyodb

Pharo wrapper for Tokyo Cabinet

nosql pharo tokyo-cabinet

Last synced: 18 Dec 2024

https://github.com/guiromao/thanker

Github repository of the social-digital-gratitude platform Thanker.

android firebase gratitude java nosql oauth

Last synced: 09 Jan 2025

https://github.com/germaaan/intromongo

Charla "Introducción a las bases de datos NoSQL con MongoDB"

mongodb nosql

Last synced: 12 Dec 2024

https://github.com/shubham-chhimpa-here/abstract_help_center

A RESTful API for managing and searching cards in a help center. Built with Node.js and Express.js, this application uses Mongoose for MongoDB interactions. Features include endpoints for creating, retrieving, updating, and searching cards by title. Ideal for learning and building CRUD operations with a NoSQL database.

api crud expressjs javascript mongodb mongoose nodejs nosql operations restful

Last synced: 11 Oct 2024

https://github.com/farooq85-dev/pizza-max-mern-backend

This repository is the backend part of Pizza Max. I use Node Js, Express Js, and Mongodb, Thanks to @ghousAhmed.

backend express-js mongodb node-js nosql

Last synced: 01 Jan 2025

https://github.com/johanbook/edengard-wiki

A Django NoSQL Wiki

django nosql python

Last synced: 16 Nov 2024

https://github.com/fif0o/poll-app

📤 A poll app using firebase for the backend and React, material-ui as the front-end.

firebase javascript nosql react

Last synced: 04 Jan 2025

https://github.com/samuelselasi/alx-backend-storage

Advanced MySQL, NoSQL, Redis

mongodb mysql nosql

Last synced: 23 Nov 2024

https://github.com/tjas/postgrad-ad03t1-nsqol-databaseproject

Project to evaluate the performance of databases in the Data Architecture postgraduate discipline "Relational and Non-Relational Databases"

architecture data-architecture database mongo mongo-db mongodb nosql nosql-database nosql-mongodb performance performance-analysis performance-metrics performance-test python python3

Last synced: 10 Oct 2024

https://github.com/rebecarolinax/mongo_database

This repository is a library of knowledge developed during Non-Relational Database classes, with the aim of providing in-depth knowledge of data science and storage.

database mongo nosql

Last synced: 10 Oct 2024

https://github.com/jonasaacampos/event_cassandadaybrasil2022_apachecassandra_datasax

Anotações do evento e código fonte utilizado para a criação dos exercícios propostos durante os workshops

cassandra-cql cassandra-database nosql

Last synced: 10 Jan 2025

https://github.com/andraxdev/json-database-api

A simple JSON database API that allows you to create, read, update and delete data from a JSON file.

api database docker flask json nosql python

Last synced: 18 Dec 2024

https://github.com/jeronimobarea/squarespaceorders

This programs fetch your squarespace orders api (every 24h) and organize the data in a no sql database (Firestore) also let's you fetch your users data by email

api firestore go golang nosql squarespace

Last synced: 29 Nov 2024

https://github.com/fmw666/it-qas

IT知识储备库,愿我能早日成为一名大佬!

etc it languages nosql operating-system programmer qa sql web

Last synced: 18 Dec 2024

https://github.com/bugemarvin/alx-backend-storage

Working with databases

mongodb mysql nosql python

Last synced: 18 Dec 2024