Results 1 to 1 of 1

Thread: Lianja/KVS in the cloud

  1. #1
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,385
    Blog Entries
    22

    Lianja/KVS in the cloud

    In Lianja 9.8 you can now use Lianja/KVS in the Cloud.

    This can be used in your apps on the server or with the node.js and python modules.

    This is a very high performance key-value store that let's you stream in data. It can be shared across multiple dockerized server instances to horizontally scale.

    You can have background tasks running that open the key-value store up and treat it as a queue of work requests.

    The uses of this are very exciting.

    Here are a few screen shots to show you what ODATA URIs to use.

    Click image for larger version. 

Name:	Screen Shot 2024-05-29 at 12.39.51 PM.jpg 
Views:	2539 
Size:	39.6 KB 
ID:	3167

    Working with queues and stacks.

    Click image for larger version. 

Name:	Screen Shot 2024-05-29 at 12.42.39 PM.jpg 
Views:	2560 
Size:	39.7 KB 
ID:	3165

    Saving as an object in your server-side code.

    Click image for larger version. 

Name:	Screen Shot 2024-05-29 at 12.51.31 PM.jpg 
Views:	2517 
Size:	29.7 KB 
ID:	3166

    Using the Cloud Server ODATA and KVS from node.js and Python.

    https://www.lianja.com/doc/index.php...Node.js_Module

    https://www.lianja.com/doc/index.php...#Python_Module

    Notes

    e.g use odata_read("/southwind/example.kvs?key=xxx"), odata_create(), odata_update() and odata_delete().

    for queues: odata_read("/southwind/example.kvs?$op=removefirst")

    for stacks: odata_read("/southwind/example.kvs?$op=removelast")


    use $size to include the count of key-value items in the KVS file.

    odata_read("/southwind/example.kvs?$size&$limit=0,10") or odata_read("/southwind/example.kvs?$size&$top=10")

    Last edited by barrymavin; 2024-05-29 at 04:07.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us