Looking for something specific?
  Home
Home
Articles
Page Tag-Cloud
  Software
Software Tag-Cloud
Building from Source
Open Source Definition
All Software
  Popular Tags
Legacy
C Plus Plus
Source Code
Class
Cryptography
  Members
Login
Web-Email
Notable Members
  Official
Our Company
Copyright Information
Software EULA
GPL EULA
LGPL Eula
Pre-Release EULA
Privacy Policy
  Support
Make Contact
 
Katzebase
Downloads   170
User Rating   (Rate)
Last Updated   10/22/2024
License   Pre-Release
- Download -
View all Releases
Recommended Release
Version   0.27.0
Date   10/22/2024
Status   Stable Stable software is believed to be stable and ready for production use.

This software is open source. You can obtain the latest source code from the GitHub repository or browse the releases for the source code associated with a specific release. If you make any changes which you feel improves this application, please let us know via our Contact Page.

Katzebase

Logo128

Katzebase is an ACID compliant document-based database written in C# using .NET 8 that runs on Windows or Linux. By default it runs as a service but the libraries can also be embedded. It supports what you'd expect from a typical relational-database-management-system except the "rows" are stored as sets of key-value pairs (called documents) and the schema is not fixed. The default engine is wrapped by ReliableMessageing controllers and allows access via APIs , a t-SQL like syntax, or by using the bundled management UI (which just calls the APIs).

Testing Status

Regression Tests

Documentation and Links

Default Login

  • Username: admin
  • Password: <blank>

Features:

  • Abortable transactions.
  • Caching and write deferment.
  • Locking, isolation and atomicity.
  • Indexing with partitioning.
  • Multi and nested schemas with partitioning.
  • Static analyzer and schema aware UI.
  • Logging and health monitoring.
  • Simple to use API client and DAPPER like querying.
  • tSQL Query language with support for field list, joins, top(count), where clause, grouping, aggregations, etc.

Client Connectivity?

Grab the nuget package for your project over at nuget.org.

Sample Data

To run the included examples, download the https://katzebase.com/Download/Katzebase.zip">sample Katzebase database, which is a compressed archive containing a word list and various relationsips between the words and languages. If you are feeling more ambitious, you can grab the larger https://katzebase.com/WWWRoot/Download/Katzebase%20with%20StackOverflow.7z">Katzebase with StackOverflow database.

Management UI

image

SQL Server Migration Tool

We even included a tool to import your schema, data and indexes from SQL Server into Katzebase.

image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. If you want to join the project, just email me (its on my profile).

License

MIT


Recent Releases:
 0.27.0    0.26.0    0.25.0    0.24.0    0.23.0    0.22.0    0.21.0    0.20.0    0.19.0    0.18.0  

Tags:
 database    json    nosql    rdbms    Unstructured Data    unstructured-data    webapi  

No comments currently exists for this software. Why don't you add one?
First Previous Next Last 

 
Copyright © 2024 NetworkDLS.
All rights reserved.
 
Privacy Policy | Our Company | Contact