seaography VS summer-of-code

Compare seaography vs summer-of-code 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
seaography summer-of-code
3 5
338 19
3.6% -
6.5 5.9
6 days ago 3 months ago
Rust
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.

seaography

Posts with mentions or reviews of seaography. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-05.
  • Getting Started with Seaography
    2 projects | dev.to | 5 Oct 2022
    MySQL
  • Introducing Seaography
    3 projects | dev.to | 3 Oct 2022
    What a fruitful Summer of Code! Today, we are excited to introduce Seaography to the SeaQL community. Seaography is a GraphQL framework for building GraphQL resolvers using SeaORM. It ships with a CLI tool that can generate ready-to-compile Rust projects from existing MySQL, Postgres and SQLite databases.

summer-of-code

Posts with mentions or reviews of summer-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-03.
  • Introducing Seaography
    3 projects | dev.to | 3 Oct 2022
    We considered two approaches in our initial discussion: 1) blackbox query engine 2) code generator. The drawback with a blackbox query engine is it's difficult to customize or extend its behaviour, making it difficult to develop and operate in the long run. We opted the code generator approach, giving users full control and endless possibilities with the versatile async Rust ecosystem.
  • Welcome Summer of Code 2022 Contributors
    1 project | dev.to | 9 Jun 2022
    I'll be working on creating a CLI tool that will explore a database schema and then generate a ready to build async-graphql API. The tool will allow quick integration with the SeaQL and Rust ecosystems as well as GraphQL. To be more specific, for database exploring I'll use sea-schema and sea-orm-codegen for entity generation, my job is to glue those together with async-graphql library. You can read more here.
  • Introducing StarfishQL - visualizing the dependency network on crates.io
    4 projects | /r/rust | 4 Apr 2022
    We are pleased to be selected as a Google Summer of Code 2022 mentor organization. All of our projects, including StarfishQL are on the GSoC project ideas list that opens for development proposals. Join us on GSoC 2022 by following the instructions on GSoC Contributing Guide.
  • SeaQL in Google Summer of Code 2022
    1 project | /r/rust | 16 Mar 2022
    We've updated the GSoC contributor's guide, please read it at https://github.com/SeaQL/summer-of-code/blob/main/2022/CONTRIBUTING.md. Should you have any questions, feel free to find us on Discord and GitHub :)
  • Google Summer of Code 2022 with SeaQL
    1 project | dev.to | 8 Mar 2022
    Prospective contributors, stay in touch with us! GSoC 2022 Idea List

What are some alternatives?

When comparing seaography and summer-of-code you can also consider the following projects:

aquadoggo - Node for the p2panda network handling validation, storage, aggregation and replication

sea-schema - 🌿 SQL schema definition and discovery

sqlx - 🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

tin - Rust GraphQL Template 🏗️

sea-orm - 🐚 An async & dynamic ORM for Rust

sea-query - 🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite