Sign inSign up

pantuza/vetulus

By pantuza

Updated about 8 years ago

Vetulus is a data structures service that you can interact through gRPC and HTTP

Image
0

1.9K

pantuza/vetulus repository overview

Vetulus

Choose data structures and earn them as a service.

Build Status Coverage Status Docker Build Status GPL licensed

How it works

Create a protobuffer and give it to Vetulus. Choose a data structure that will store and handle it for you as a service.

Let's take a look at an example:

Imagine you have the following data about people: (name, gender, age). You need to store them ordered by age. Well, we can use a Queue data structure to dinamically organize data as olderly always goes on the front of the Queue. With that, Vetulus gives to you an gRPC interface that implements the methods of this data structure. In our example, you will earn Enqueue, Dequeue, Size methods and etc.

Vetulus is your data structure as a service.

How to Install

Coming soon

How to contribute

Please check the Contributing file.

Tag summary

Content type

Image

Digest

Size

188.2 MB

Last updated

about 8 years ago

docker pull pantuza/vetulus