Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhs007/jarviscore
jarvis core library
https://github.com/zhs007/jarviscore
Last synced: 8 days ago
JSON representation
jarvis core library
- Host: GitHub
- URL: https://github.com/zhs007/jarviscore
- Owner: zhs007
- License: apache-2.0
- Created: 2018-08-03T05:41:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T07:03:22.000Z (about 3 years ago)
- Last Synced: 2023-07-28T13:01:43.477Z (over 1 year ago)
- Language: Go
- Size: 838 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jarviscore
[![Build Status](https://travis-ci.org/zhs007/jarviscore.svg?branch=master)](https://travis-ci.org/zhs007/jarviscore)Jarvis is an open source personal assistant. His name was inspired by the personal assistant of Marvel Iron Man.
Jarvis was originally used to manage multiple servers, making it easier to manage multiple servers.
Jarvis can be used for server management in small companies or groups. It can be used with GitLab for CI, distributed computing, big data processing, visualization, and knowledge base management.Jarvis includes a chatbot for everyone to control web services.
Jarviscore is the golang implementation of the Jarvis network kernel.
---
### Jarvis Development Log[``Come Here``](https://github.com/zhs007/jarviscore/blob/master/blog.md)
### Update
#### **v0.7**
- Improved MessageID
- Improved Event module to add more event notifications
- Added Request callback interface
- Support for message delivery greater than 4MB
- Improved trust system
- Added group function to build a new trust group
- Added Visual Data Service Viewer
- Added separate note service Note
- Added NLP server node
- Added universal crawler node#### **v0.6**
- Simplified signature verification rules
- Add event notification interface
- Added remote call support for scripts
- Can work on dozens of servers
- Jarvis for Telegram can support various remote command calls, file transfers, etc.#### **v0.5**
- Refactored network kernel
- Added support for goroutine pool
- Unified server and client transaction processing
- Implement some test cases#### **v0.3**
- Upgraded network protocol (not backward compatible)
- Opened chatbot for telegram
- Support chat query for telegram#### **v0.2**
- Data storage switched to AnkaDB
- Added GraphQL data query
- Added GraphIQL support#### **v0.1**
- Complete basic functions and establish a network
- BTC encryption algorithm
- leveldb data storage