Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahmansean/inventory-management-system
'Inventory Management System' employs a distributed database setup, distributing data across multiple sites.
https://github.com/rahmansean/inventory-management-system
distributed-database oracle-database
Last synced: about 1 month ago
JSON representation
'Inventory Management System' employs a distributed database setup, distributing data across multiple sites.
- Host: GitHub
- URL: https://github.com/rahmansean/inventory-management-system
- Owner: rahmansean
- Created: 2023-10-06T14:54:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T14:57:45.000Z (over 1 year ago)
- Last Synced: 2024-11-08T06:43:03.601Z (3 months ago)
- Topics: distributed-database, oracle-database
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory-Management-System
A distributed inventory management system employs a distributed database setup, distributing data across multiple sites. Oracle Database and PL/SQL Procedure Language are used in this project.Description:
This system has two sites. One of them is the main site that is site1 and another is site2. Main
site can insert on its own site and also on site2. It can delete, update on its own database and
also perform deletion operation on site2. On the other hand, site2 can insert only on its own
database.