Menu

Tree [f871df] master /
 History

HTTPS access


File Date Author Commit
 src 2015-03-26 Emmanuel Keller Emmanuel Keller [2890da] Initial skeleton for 2.0
 .gitignore 2014-11-15 Emmanuel Keller Emmanuel Keller [d7d3dd] Initial skeleton
 LICENSE 2014-11-03 Emmanuel Keller Emmanuel Keller [e2208d] Initial commit
 README.md 2015-03-08 Emmanuel Keller Emmanuel Keller [5e566f] Renaming
 pom.xml 2015-03-26 Emmanuel Keller Emmanuel Keller [2890da] Initial skeleton for 2.0

Read Me

OpenSearchServer Store

A file server with a RESTFul web service.

4 group of APIS:
- Store: Handle the storage of the files.
- Process: Get information about which process are running
- Glacier: Publish files from the server to Glacier
- Cluster: Get information about the cluster nodes

Quickstart

Requires JAVA

Check that you have installed a JAVA Runtime Environment 7 or newer

Download or compile the JAR:

Clone and compile:

The compilation and packaging requires Maven 3.0 or newer

Clone the source code:

git clone https://github.com/opensearchserver/oss-store.git

Compile and package (the binary will located in the target directory):

mvn clean package

Usage

Start the server

java -jar target/oss-store-xxx-exec.jar

Get the invite

curl -XGET http://localhost:9092

License

Copyright 2014-2015 OpenSearchServer Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.