surrealdb.cr VS surrealdb.py

Compare surrealdb.cr vs surrealdb.py and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
surrealdb.cr surrealdb.py
- 1
5 163
- 2.5%
4.7 5.5
6 months ago about 1 month ago
Crystal Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

surrealdb.cr

Posts with mentions or reviews of surrealdb.cr. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning surrealdb.cr yet.
Tracking mentions began in Dec 2020.

surrealdb.py

Posts with mentions or reviews of surrealdb.py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-11.
  • Production ready?
    2 projects | /r/surrealdb | 11 Nov 2022
    Hi u/FuzzSwe! We have 3 main performance improvements to make. 1. You can DEFINE INDEXes, but those indexes are currently not yet used when filtering on a table! This will obviously be a major performance improvement, and the one which is making your WHERE query a little slow at the moment! 2. Improvements to how data is serialised to disk (reducing the amount of data copied in Rust itself). This will have a significant impact on performance! 3. Improvements to how data is moved around within Rust. Currently values are copied in certain situations, like when comparing values, and improving this will have a significant impact on performance! We are in beta and are on course for a version 1.0.0 this year. But SurrealDB has been used in production by myself and my brother Tobie for the past 3 years on a number of SaaS products and large E-commerce platforms - https://github.com/surrealdb/showcase. Here is a Python library - https://github.com/surrealdb/surrealdb.py. Any contributions would be greatly appreciated! We haven't finalised our pricing or support plans but obviously this is something we will have in place before cloud launch! I hope this helps! Jaime Morgan Hitchcock SurrealDB Co-founder

What are some alternatives?

When comparing surrealdb.cr and surrealdb.py you can also consider the following projects:

leveldb - Crystal binding for LevelDB

python-cx_Oracle - Python interface to Oracle Database now superseded by python-oracledb

granite-orm - ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.

cryomongo - A MongoDB driver written in pure Crystal. ❄️

surrealdb.go - SurrealDB driver for Golang

surrealdb.rs - SurrealDB driver for Rust

crecto - Database wrapper and ORM for Crystal, inspired by Ecto