Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megamsys/vertice
Omni scheduler/core engine for Megam Vertice
https://github.com/megamsys/vertice
api engine golang websocket
Last synced: about 2 months ago
JSON representation
Omni scheduler/core engine for Megam Vertice
- Host: GitHub
- URL: https://github.com/megamsys/vertice
- Owner: megamsys
- License: apache-2.0
- Created: 2014-09-25T07:53:19.000Z (over 10 years ago)
- Default Branch: 1.5.2
- Last Pushed: 2017-07-27T13:08:57.000Z (over 7 years ago)
- Last Synced: 2024-06-19T00:29:02.895Z (8 months ago)
- Topics: api, engine, golang, websocket
- Language: Go
- Homepage: https://www.megam.io
- Size: 10.3 MB
- Stars: 12
- Watchers: 16
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vertice
=======Vertice is the core engine for Megam Vertice 1.5.x and is open source.
# Roadmap for 2.0
Read the [Deployment design](https://github.com/megamsys/verticedev/blob/master/proposals/01.deployments.md).
## Where is the code for 2.0
We have moved the development to private gitlab as it will have enterprise features.
## When can i get it in my anxious hands
`2.0` will be released on `Sep 30 2017` or less.
`2.0` developed with private enterprise features and is moved to gitlab.
### Requirements
>
[Golang 1.8 > +](http://www.golang.org/dl)>
[NSQ 0.3.x](http://nsq.io/deployment/installing.html)>
[Cassandra 3 +](https://wiki.apache.org/cassandra/GettingStarted)## Usage
``vertice -v start``
### Compile from source
```
mkdir -p code/megam/go/src/github.com/megamsyscd code/megam/go/src/github.com/megamsys
git clone https://github.com/megamsys/vertice.git
cd vertice
make
```
### Documentation
[development documentation] (https://github.com/megamsys/verticedev/tree/master/development)
[documentation] (http://docs.megam.io) for usage.
We are glad to help if you have questions, or request for new features..
[twitter @megamsys](http://twitter.com/megamsys) [email [email protected]]()
[devkit] (https://github.com/megamsys/verticedev)
# License
| | |
|:---------------------|:-----------------------------------------|
| **Author:** | Rajthilak ()
| | KishorekumarNeelamegam ()
| | Ranjitha ()
| | MVijaykanth ()
| **Copyright:** | Copyright (c) 2013-2017 Megam Systems.
| **License:** | Apache License, Version 2.0Licensed 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 athttp://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.