1.0.51 • Published 7 years ago

oase v1.0.51

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

(documentation under construction, check back for regular updates)

Oase

Turns nodejs into a P2P data-storage cluster with automatic replication/synchronizing between nodes. Oase easily integrates into your EXPRESS application by use of express middleware modules. High level of control/configuration from with the use many callback functions and event notifications.

architecture schematic

express middleware

Oase contains a collection of EXPRESS middleware that lets you:

  1. Abstract the physical locations of files by turning a group of nodes into a data storage cluster.(DONE)
  2. Automatic P2P replication of files and changes to file between node clusters.(UNDER CONSTRUCTION)
  3. Uniquely identifies files by a sha256 hash. (DONE)
  4. Has rudemntary Content management (PLANNED).
  5. DDOS protection. (PLANNED)
  6. Load balancing between nodes of the cluster. (PLANNED)
  7. Monitor the OS system usage Disk-IO,Network,CPU, only for Linux (UNDER CONSTRUCTION)
stand alone usage of middleware

Some express middleware can be used standalone:

  1. Oase-session: P2P session management without the need for central session-key storage. (TODO)
  2. Oase-session-facebook: facebook authentication Extention to Oase-session withouht the need for clientside JS scripts.
  3. Oase-sysmon: Monitors CPU/Network/Disk-IO usage (Linux only)
  4. More are planned, subscribe to our email list.

what can you do with Oase

  1. Create distributed replicated websites with failover and redudenency.
  2. Save bandwidth by replicate media content with a node installed on heroku free website, and serve it from there.

Table of contents

  1. Architectural overview
  2. OASE , the storage abstraction layer
  3. Express Middlewares
    1. webdrive
    2. io interconnect
    3. load balancer
    4. DDOS defense
    5. session management
      1. social media plugins
  4. Examples.
  5. Roadmap for the future.
  6. Contributing.
  7. License

1 Architectural Overview

2 OASE, the storage abstraction layer

3 Exress Middlewares

3.1 Web drive middleware

3.2 IO interconnect middleware

3.3 Load balancer middleware

3.4 DDOS defense middleware

3.5 Session manegement middleware

3.5.1 social media authentication plugins

4. Examples

5. Roadmap for the future

6. Contributing

7. License

MIT License

Copyright (c) 2016 Jacob Bogers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.0.51

7 years ago

1.0.50

7 years ago

1.0.49

7 years ago

1.0.48

7 years ago

1.0.47

7 years ago

1.0.45

7 years ago

1.0.44

7 years ago

1.0.43

8 years ago

1.0.42

8 years ago

1.0.41

8 years ago

1.0.40

8 years ago

1.0.39

8 years ago

1.0.38

8 years ago

1.0.37

8 years ago

1.0.36

8 years ago

1.0.35

8 years ago

1.0.34

8 years ago

1.0.33

8 years ago

1.0.32

8 years ago

1.0.31

8 years ago

1.0.30

8 years ago

1.0.29

8 years ago

1.0.28

8 years ago

1.0.27

8 years ago

1.0.26

8 years ago

1.0.25

8 years ago

1.0.24

8 years ago

1.0.23

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago