You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic implementation of the no-sql columnar database h-base. Provides CRUD api for the data stored over flexible schema which supports infinite rows and columns and has capability to support concurrent transactions. Saves the data in the columnar fashion.