Skip to content

Versioned database residing in distributed storage using SQL. A command line tool and JDBC driver are provided to connect users.

Notifications You must be signed in to change notification settings

whorahul/central.auth.sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

central.auth.sys

Versioned database residing in distributed storage using SQL.

by Rahul Balamwar https://linkedin.com/in/whorahul

https://hackerrank.com/whorahul

Hive was designed for centralized storage of user data orthogonal but related to the shove_auth centralized authentication system. It uses git (through grit) to provide versioning and change tracking.

API

>> public = Hive.new('public.hive', 'console_user')
#=> public.inspect
>> rahul = public['rahul']
#=> rahul hash
>> rahul['handsome'] = true
#=> true
>> rahul.save
#=> rahul hash
>> rahul.history
#=> array of history items
>> rahul.history.first
#=> grit.commit.inspect
>> newguy = public['newguy']
#=> empty newguy hash

About

Versioned database residing in distributed storage using SQL. A command line tool and JDBC driver are provided to connect users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages